Html Css Color HEX #6F660D Olivetone

📋 copy color: '#6F660D'

red 111 ◦ green 102 ◦ blue 13

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

Shades of Olivetone #6F660D

Tints of Olivetone #6F660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 49.12%
G = 45.13%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F660D (or 0x6F660D) is known color: Olivetone. HEX triplet: 6F, 66 and 0D. RGB value is (111,102,13). Sum of RGB (Red+Green+Blue) = 111+102+13=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F660D is #9099F2. Grayscale: #5E5E5E. Windows color (decimal): -9476595 or 878191. OLE color: 878191.

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

Color convert

RGB 111 102 13 -
CMYK 0 0.08 0.88 0.56
HSL 54.49º 0.79% 0.24% -
HSV(B) 54.49º 0.88% 0.44% -
XYZ 11.38 12.91 2.27 -
YUV 94.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 111 102 13 0 0.08 0.88 0.56 54.49 0.79 0.24
Hex 6F 66 D 0 8 58 38 36 4F 18
Octal 157 146 15 0 10 130 70 66 117 30
Binary 1101111 1100110 1101 0 1000 1011000 111000 110110 1001111 11000

Color Harmonies of #6F660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F660D

Black with #6F660D

Text Example


Text Example

White with #6F660D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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