Html Css Color HEX #6F635E Dorado

📋 copy color: '#6F635E'

red 111 ◦ green 99 ◦ blue 94

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

Shades of Dorado #6F635E

Tints of Dorado #6F635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 36.51%
G = 32.57%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F635E (or 0x6F635E) is known color: Dorado. HEX triplet: 6F, 63 and 5E. RGB value is (111,99,94). Sum of RGB (Red+Green+Blue) = 111+99+94=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F635E is #909CA1. Grayscale: #666666. Windows color (decimal): -9477282 or 6185839. OLE color: 6185839.

HSL color Cylindrical-coordinate representation of color #6F635E: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F635E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 94 -
CMYK 0 0.11 0.15 0.56
HSL 17.65º 0.08% 0.4% -
HSV(B) 17.65º 0.15% 0.44% -
XYZ 13.04 13.11 12.43 -
YUV 102.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 111 99 94 0 0.11 0.15 0.56 17.65 0.08 0.4
Hex 6F 63 5E 0 B F 38 12 8 28
Octal 157 143 136 0 13 17 70 22 10 50
Binary 1101111 1100011 1011110 0 1011 1111 111000 10010 1000 101000

Color Harmonies of #6F635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F635E

Black with #6F635E

Text Example


Text Example

White with #6F635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,94); }

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

background-color css

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

 a { background-color: rgb(111,99,94); }

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

border-color css

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

 span { border-color: rgb(111,99,94); }

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