Html Css Color HEX #6B645E Dorado

📋 copy color: '#6B645E'

red 107 ◦ green 100 ◦ blue 94

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

Shades of Dorado #6B645E

Tints of Dorado #6B645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 35.55%
G = 33.22%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B645E (or 0x6B645E) is known color: Dorado. HEX triplet: 6B, 64 and 5E. RGB value is (107,100,94). Sum of RGB (Red+Green+Blue) = 107+100+94=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B645E is #949BA1. Grayscale: #656565. Windows color (decimal): -9739170 or 6186091. OLE color: 6186091.

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

Color convert

RGB 107 100 94 -
CMYK 0 0.07 0.12 0.58
HSL 27.69º 0.06% 0.39% -
HSV(B) 27.69º 0.12% 0.42% -
XYZ 12.64 13.05 12.44 -
YUV 101.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 107 100 94 0 0.07 0.12 0.58 27.69 0.06 0.39
Hex 6B 64 5E 0 7 C 3A 1C 6 27
Octal 153 144 136 0 7 14 72 34 6 47
Binary 1101011 1100100 1011110 0 111 1100 111010 11100 110 100111

Color Harmonies of #6B645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B645E

Black with #6B645E

Text Example


Text Example

White with #6B645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,94); }

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

background-color css

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

 a { background-color: rgb(107,100,94); }

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

border-color css

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

 span { border-color: rgb(107,100,94); }

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