Html Css Color HEX #6B574F Dorado

📋 copy color: '#6B574F'

red 107 ◦ green 87 ◦ blue 79

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

Shades of Dorado #6B574F

Tints of Dorado #6B574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 39.19%
G = 31.87%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B574F (or 0x6B574F) is known color: Dorado. HEX triplet: 6B, 57 and 4F. RGB value is (107,87,79). Sum of RGB (Red+Green+Blue) = 107+87+79=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B574F is #94A8B0. Grayscale: #5C5C5C. Windows color (decimal): -9742513 or 5199723. OLE color: 5199723.

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

Color convert

RGB 107 87 79 -
CMYK 0 0.19 0.26 0.58
HSL 17.14º 0.15% 0.36% -
HSV(B) 17.14º 0.26% 0.42% -
XYZ 10.88 10.51 8.85 -
YUV 92.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 107 87 79 0 0.19 0.26 0.58 17.14 0.15 0.36
Hex 6B 57 4F 0 13 1A 3A 11 F 24
Octal 153 127 117 0 23 32 72 21 17 44
Binary 1101011 1010111 1001111 0 10011 11010 111010 10001 1111 100100

Color Harmonies of #6B574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B574F

Black with #6B574F

Text Example


Text Example

White with #6B574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,87,79); }

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

background-color css

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

 a { background-color: rgb(107,87,79); }

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

border-color css

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

 span { border-color: rgb(107,87,79); }

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