Html Css Color HEX #6B5B55 Dorado

📋 copy color: '#6B5B55'

red 107 ◦ green 91 ◦ blue 85

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

Shades of Dorado #6B5B55

Tints of Dorado #6B5B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 37.81%
G = 32.16%
B = 30.04%

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

#6B5B55 (or 0x6B5B55) is known color: Dorado. HEX triplet: 6B, 5B and 55. RGB value is (107,91,85). Sum of RGB (Red+Green+Blue) = 107+91+85=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5B55 is #94A4AA. Grayscale: #5F5F5F. Windows color (decimal): -9741483 or 5593963. OLE color: 5593963.

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

Color convert

RGB 107 91 85 -
CMYK 0 0.15 0.21 0.58
HSL 16.36º 0.11% 0.38% -
HSV(B) 16.36º 0.21% 0.42% -
XYZ 11.44 11.26 10.17 -
YUV 95.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 107 91 85 0 0.15 0.21 0.58 16.36 0.11 0.38
Hex 6B 5B 55 0 F 15 3A 10 B 26
Octal 153 133 125 0 17 25 72 20 13 46
Binary 1101011 1011011 1010101 0 1111 10101 111010 10000 1011 100110

Color Harmonies of #6B5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5B55

Black with #6B5B55

Text Example


Text Example

White with #6B5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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