Html Css Color HEX #6C5952 Dorado

📋 copy color: '#6C5952'

red 108 ◦ green 89 ◦ blue 82

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

Shades of Dorado #6C5952

Tints of Dorado #6C5952

RGB

 RED value IS 108 (42.58% from 255) = 38.71%

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 82 (32.42% from 255) = 29.39%

R = 38.71%
G = 31.9%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6C5952 (or 0x6C5952) is known color: Dorado. HEX triplet: 6C, 59 and 52. RGB value is (108,89,82). Sum of RGB (Red+Green+Blue) = 108+89+82=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5952 is #93A6AD. Grayscale: #5D5D5D. Windows color (decimal): -9676462 or 5396844. OLE color: 5396844.

HSL color Cylindrical-coordinate representation of color #6C5952: hue angle of 16.15º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5952 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 89 82 -
CMYK 0 0.18 0.24 0.58
HSL 16.15º 0.14% 0.37% -
HSV(B) 16.15º 0.24% 0.42% -
XYZ 11.28 10.94 9.5 -
YUV 93.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 108 89 82 0 0.18 0.24 0.58 16.15 0.14 0.37
Hex 6C 59 52 0 12 18 3A 10 E 25
Octal 154 131 122 0 22 30 72 20 16 45
Binary 1101100 1011001 1010010 0 10010 11000 111010 10000 1110 100101

Color Harmonies of #6C5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5952

Black with #6C5952

Text Example


Text Example

White with #6C5952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,89,82); }

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

background-color css

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

 a { background-color: rgb(108,89,82); }

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

border-color css

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

 span { border-color: rgb(108,89,82); }

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