Html Css Color HEX #6F615A Dorado

📋 copy color: '#6F615A'

red 111 ◦ green 97 ◦ blue 90

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

Shades of Dorado #6F615A

Tints of Dorado #6F615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 37.25%
G = 32.55%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F615A (or 0x6F615A) is known color: Dorado. HEX triplet: 6F, 61 and 5A. RGB value is (111,97,90). Sum of RGB (Red+Green+Blue) = 111+97+90=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F615A is #909EA5. Grayscale: #646464. Windows color (decimal): -9477798 or 5923183. OLE color: 5923183.

HSL color Cylindrical-coordinate representation of color #6F615A: hue angle of 20º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F615A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 90 -
CMYK 0 0.13 0.19 0.56
HSL 20º 0.1% 0.39% -
HSV(B) 20º 0.19% 0.44% -
XYZ 12.68 12.67 11.45 -
YUV 100.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 111 97 90 0 0.13 0.19 0.56 20 0.1 0.39
Hex 6F 61 5A 0 D 13 38 14 A 27
Octal 157 141 132 0 15 23 70 24 12 47
Binary 1101111 1100001 1011010 0 1101 10011 111000 10100 1010 100111

Color Harmonies of #6F615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F615A

Black with #6F615A

Text Example


Text Example

White with #6F615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,90); }

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

background-color css

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

 a { background-color: rgb(111,97,90); }

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

border-color css

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

 span { border-color: rgb(111,97,90); }

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