Html Css Color HEX #6B5850 Dorado

📋 copy color: '#6B5850'

red 107 ◦ green 88 ◦ blue 80

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

Shades of Dorado #6B5850

Tints of Dorado #6B5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 38.91%
G = 32%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B5850 (or 0x6B5850) is known color: Dorado. HEX triplet: 6B, 58 and 50. RGB value is (107,88,80). Sum of RGB (Red+Green+Blue) = 107+88+80=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5850 is #94A7AF. Grayscale: #5C5C5C. Windows color (decimal): -9742256 or 5265515. OLE color: 5265515.

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

Color convert

RGB 107 88 80 -
CMYK 0 0.18 0.25 0.58
HSL 17.78º 0.14% 0.37% -
HSV(B) 17.78º 0.25% 0.42% -
XYZ 11 10.68 9.07 -
YUV 92.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 107 88 80 0 0.18 0.25 0.58 17.78 0.14 0.37
Hex 6B 58 50 0 12 19 3A 12 E 25
Octal 153 130 120 0 22 31 72 22 16 45
Binary 1101011 1011000 1010000 0 10010 11001 111010 10010 1110 100101

Color Harmonies of #6B5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5850

Black with #6B5850

Text Example


Text Example

White with #6B5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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