Html Css Color HEX #6B5B54 Dorado

📋 copy color: '#6B5B54'

red 107 ◦ green 91 ◦ blue 84

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

Shades of Dorado #6B5B54

Tints of Dorado #6B5B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 37.94%
G = 32.27%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B5B54 (or 0x6B5B54) is known color: Dorado. HEX triplet: 6B, 5B and 54. RGB value is (107,91,84). Sum of RGB (Red+Green+Blue) = 107+91+84=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5B54 is #94A4AB. Grayscale: #5F5F5F. Windows color (decimal): -9741484 or 5528427. OLE color: 5528427.

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

Color convert

RGB 107 91 84 -
CMYK 0 0.15 0.21 0.58
HSL 18.26º 0.12% 0.37% -
HSV(B) 18.26º 0.21% 0.42% -
XYZ 11.4 11.25 9.96 -
YUV 94.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 107 91 84 0 0.15 0.21 0.58 18.26 0.12 0.37
Hex 6B 5B 54 0 F 15 3A 12 C 25
Octal 153 133 124 0 17 25 72 22 14 45
Binary 1101011 1011011 1010100 0 1111 10101 111010 10010 1100 100101

Color Harmonies of #6B5B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5B54

Black with #6B5B54

Text Example


Text Example

White with #6B5B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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