Html Css Color HEX #6F6418 Olivetone

📋 copy color: '#6F6418'

red 111 ◦ green 100 ◦ blue 24

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

Shades of Olivetone #6F6418

Tints of Olivetone #6F6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.55%

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 47.23%
G = 42.55%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F6418 (or 0x6F6418) is known color: Olivetone. HEX triplet: 6F, 64 and 18. RGB value is (111,100,24). Sum of RGB (Red+Green+Blue) = 111+100+24=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6418 is #909BE7. Grayscale: #5E5E5E. Windows color (decimal): -9477096 or 1598575. OLE color: 1598575.

HSL color Cylindrical-coordinate representation of color #6F6418: hue angle of 52.41º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F6418 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 24 -
CMYK 0 0.10 0.78 0.56
HSL 52.41º 0.64% 0.26% -
HSV(B) 52.41º 0.78% 0.44% -
XYZ 11.28 12.56 2.69 -
YUV 94.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 111 100 24 0 0.10 0.78 0.56 52.41 0.64 0.26
Hex 6F 64 18 0 A 4E 38 34 40 1A
Octal 157 144 30 0 12 116 70 64 100 32
Binary 1101111 1100100 11000 0 1010 1001110 111000 110100 1000000 11010

Color Harmonies of #6F6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6418

Black with #6F6418

Text Example


Text Example

White with #6F6418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,24); }

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

background-color css

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

 a { background-color: rgb(111,100,24); }

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

border-color css

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

 span { border-color: rgb(111,100,24); }

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