Html Css Color HEX #6F6318 Olivetone

📋 copy color: '#6F6318'

red 111 ◦ green 99 ◦ blue 24

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

Shades of Olivetone #6F6318

Tints of Olivetone #6F6318

RGB

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

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

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

R = 47.44%
G = 42.31%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F6318 (or 0x6F6318) is known color: Olivetone. HEX triplet: 6F, 63 and 18. RGB value is (111,99,24). Sum of RGB (Red+Green+Blue) = 111+99+24=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6318 is #909CE7. Grayscale: #5E5E5E. Windows color (decimal): -9477352 or 1598319. OLE color: 1598319.

HSL color Cylindrical-coordinate representation of color #6F6318: hue angle of 51.72º 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 #6F6318 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 24 -
CMYK 0 0.11 0.78 0.56
HSL 51.72º 0.64% 0.26% -
HSV(B) 51.72º 0.78% 0.44% -
XYZ 11.18 12.37 2.66 -
YUV 94.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 111 99 24 0 0.11 0.78 0.56 51.72 0.64 0.26
Hex 6F 63 18 0 B 4E 38 34 40 1A
Octal 157 143 30 0 13 116 70 64 100 32
Binary 1101111 1100011 11000 0 1011 1001110 111000 110100 1000000 11010

Color Harmonies of #6F6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6318

Black with #6F6318

Text Example


Text Example

White with #6F6318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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