Html Css Color HEX #6F650C Olivetone

📋 copy color: '#6F650C'

red 111 ◦ green 101 ◦ blue 12

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

Shades of Olivetone #6F650C

Tints of Olivetone #6F650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 49.55%
G = 45.09%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F650C (or 0x6F650C) is known color: Olivetone. HEX triplet: 6F, 65 and 0C. RGB value is (111,101,12). Sum of RGB (Red+Green+Blue) = 111+101+12=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F650C is #909AF3. Grayscale: #5E5E5E. Windows color (decimal): -9476852 or 812399. OLE color: 812399.

HSL color Cylindrical-coordinate representation of color #6F650C: hue angle of 53.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F650C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 12 -
CMYK 0 0.09 0.89 0.56
HSL 53.94º 0.8% 0.24% -
HSV(B) 53.94º 0.89% 0.44% -
XYZ 11.28 12.71 2.21 -
YUV 93.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 111 101 12 0 0.09 0.89 0.56 53.94 0.8 0.24
Hex 6F 65 C 0 9 59 38 36 50 18
Octal 157 145 14 0 11 131 70 66 120 30
Binary 1101111 1100101 1100 0 1001 1011001 111000 110110 1010000 11000

Color Harmonies of #6F650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F650C

Black with #6F650C

Text Example


Text Example

White with #6F650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,12); }

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

background-color css

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

 a { background-color: rgb(111,101,12); }

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

border-color css

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

 span { border-color: rgb(111,101,12); }

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