Html Css Color HEX #6B5951 Dorado

📋 copy color: '#6B5951'

red 107 ◦ green 89 ◦ blue 81

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

Shades of Dorado #6B5951

Tints of Dorado #6B5951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 38.63%
G = 32.13%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6B5951 (or 0x6B5951) is known color: Dorado. HEX triplet: 6B, 59 and 51. RGB value is (107,89,81). Sum of RGB (Red+Green+Blue) = 107+89+81=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5951 is #94A6AE. Grayscale: #5D5D5D. Windows color (decimal): -9741999 or 5331307. OLE color: 5331307.

HSL color Cylindrical-coordinate representation of color #6B5951: hue angle of 18.46º 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 #6B5951 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 89 81 -
CMYK 0 0.17 0.24 0.58
HSL 18.46º 0.14% 0.37% -
HSV(B) 18.46º 0.24% 0.42% -
XYZ 11.12 10.86 9.3 -
YUV 93.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 107 89 81 0 0.17 0.24 0.58 18.46 0.14 0.37
Hex 6B 59 51 0 11 18 3A 12 E 25
Octal 153 131 121 0 21 30 72 22 16 45
Binary 1101011 1011001 1010001 0 10001 11000 111010 10010 1110 100101

Color Harmonies of #6B5951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5951

Black with #6B5951

Text Example


Text Example

White with #6B5951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,89,81); }

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

background-color css

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

 a { background-color: rgb(107,89,81); }

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

border-color css

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

 span { border-color: rgb(107,89,81); }

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