Html Css Color HEX #6F584D Dorado

📋 copy color: '#6F584D'

red 111 ◦ green 88 ◦ blue 77

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

Shades of Dorado #6F584D

Tints of Dorado #6F584D

RGB

 RED value IS 111 (43.75% from 255) = 40.22%

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

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 40.22%
G = 31.88%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F584D (or 0x6F584D) is known color: Dorado. HEX triplet: 6F, 58 and 4D. RGB value is (111,88,77). Sum of RGB (Red+Green+Blue) = 111+88+77=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F584D is #90A7B2. Grayscale: #5D5D5D. Windows color (decimal): -9480115 or 5068911. OLE color: 5068911.

HSL color Cylindrical-coordinate representation of color #6F584D: hue angle of 19.41º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F584D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 88 77 -
CMYK 0 0.21 0.31 0.56
HSL 19.41º 0.18% 0.37% -
HSV(B) 19.41º 0.31% 0.44% -
XYZ 11.38 10.89 8.52 -
YUV 93.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 111 88 77 0 0.21 0.31 0.56 19.41 0.18 0.37
Hex 6F 58 4D 0 15 1F 38 13 12 25
Octal 157 130 115 0 25 37 70 23 22 45
Binary 1101111 1011000 1001101 0 10101 11111 111000 10011 10010 100101

Color Harmonies of #6F584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F584D

Black with #6F584D

Text Example


Text Example

White with #6F584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,88,77); }

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

background-color css

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

 a { background-color: rgb(111,88,77); }

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

border-color css

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

 span { border-color: rgb(111,88,77); }

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