Html Css Color HEX #6B625B Dorado

📋 copy color: '#6B625B'

red 107 ◦ green 98 ◦ blue 91

#6B625B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #6B625B

Tints of Dorado #6B625B

RGB

 RED value IS 107 (42.19% from 255) = 36.15%

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 36.15%
G = 33.11%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B625B (or 0x6B625B) is known color: Dorado. HEX triplet: 6B, 62 and 5B. RGB value is (107,98,91). Sum of RGB (Red+Green+Blue) = 107+98+91=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B625B is #949DA4. Grayscale: #636363. Windows color (decimal): -9739685 or 5988971. OLE color: 5988971.

HSL color Cylindrical-coordinate representation of color #6B625B: hue angle of 26.25º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B625B is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 98 91 -
CMYK 0 0.08 0.15 0.58
HSL 26.25º 0.08% 0.39% -
HSV(B) 26.25º 0.15% 0.42% -
XYZ 12.32 12.62 11.68 -
YUV 99.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 107 98 91 0 0.08 0.15 0.58 26.25 0.08 0.39
Hex 6B 62 5B 0 8 F 3A 1A 8 27
Octal 153 142 133 0 10 17 72 32 10 47
Binary 1101011 1100010 1011011 0 1000 1111 111010 11010 1000 100111

Color Harmonies of #6B625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B625B

Black with #6B625B

Text Example


Text Example

White with #6B625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B625B; }

 p { color: rgb(107,98,91); }

 H1.HeaderClassName
 {
   color: #6B625B;
 }
 .AnyTagClassName
 {
   color: #6B625B;
 }
</style>

background-color css

<style>
 a { background-color: #6B625B; }

 a { background-color: rgb(107,98,91); }

 div.DivClassName
 {
   background-color: #6B625B;
 }
 .BgClassName
 {
   background-color: #6B625B;
 }
</style>

border-color css

<style>
 span { border-color: #6B625B; }

 span { border-color: rgb(107,98,91); }

 td.TdClassName
 {
   border-color: #6B625B;
 }
 .TagClassName
 {
   border-color: #6B625B;
 }
</style>