Html Css Color HEX #6B5950 Dorado

📋 copy color: '#6B5950'

red 107 ◦ green 89 ◦ blue 80

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

Shades of Dorado #6B5950

Tints of Dorado #6B5950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 38.77%
G = 32.25%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B5950 (or 0x6B5950) is known color: Dorado. HEX triplet: 6B, 59 and 50. RGB value is (107,89,80). Sum of RGB (Red+Green+Blue) = 107+89+80=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5950 is #94A6AF. Grayscale: #5D5D5D. Windows color (decimal): -9742000 or 5265771. OLE color: 5265771.

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

Color convert

RGB 107 89 80 -
CMYK 0 0.17 0.25 0.58
HSL 20º 0.14% 0.37% -
HSV(B) 20º 0.25% 0.42% -
XYZ 11.08 10.85 9.1 -
YUV 93.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 107 89 80 0 0.17 0.25 0.58 20 0.14 0.37
Hex 6B 59 50 0 11 19 3A 14 E 25
Octal 153 131 120 0 21 31 72 24 16 45
Binary 1101011 1011001 1010000 0 10001 11001 111010 10100 1110 100101

Color Harmonies of #6B5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5950

Black with #6B5950

Text Example


Text Example

White with #6B5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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