Html Css Color HEX #6F6615 Olivetone

📋 copy color: '#6F6615'

red 111 ◦ green 102 ◦ blue 21

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

Shades of Olivetone #6F6615

Tints of Olivetone #6F6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 47.44%
G = 43.59%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F6615 (or 0x6F6615) is known color: Olivetone. HEX triplet: 6F, 66 and 15. RGB value is (111,102,21). Sum of RGB (Red+Green+Blue) = 111+102+21=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6615 is #9099EA. Grayscale: #5F5F5F. Windows color (decimal): -9476587 or 1402479. OLE color: 1402479.

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

Color convert

RGB 111 102 21 -
CMYK 0 0.08 0.81 0.56
HSL 54º 0.68% 0.26% -
HSV(B) 54º 0.81% 0.44% -
XYZ 11.44 12.94 2.6 -
YUV 95.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 111 102 21 0 0.08 0.81 0.56 54 0.68 0.26
Hex 6F 66 15 0 8 51 38 36 44 1A
Octal 157 146 25 0 10 121 70 66 104 32
Binary 1101111 1100110 10101 0 1000 1010001 111000 110110 1000100 11010

Color Harmonies of #6F6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6615

Black with #6F6615

Text Example


Text Example

White with #6F6615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,21); }

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

background-color css

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

 a { background-color: rgb(111,102,21); }

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

border-color css

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

 span { border-color: rgb(111,102,21); }

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