Html Css Color HEX #6F640D Olivetone

📋 copy color: '#6F640D'

red 111 ◦ green 100 ◦ blue 13

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

Shades of Olivetone #6F640D

Tints of Olivetone #6F640D

RGB

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

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

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

R = 49.55%
G = 44.64%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F640D (or 0x6F640D) is known color: Olivetone. HEX triplet: 6F, 64 and 0D. RGB value is (111,100,13). Sum of RGB (Red+Green+Blue) = 111+100+13=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F640D is #909BF2. Grayscale: #5D5D5D. Windows color (decimal): -9477107 or 877679. OLE color: 877679.

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

Color convert

RGB 111 100 13 -
CMYK 0 0.10 0.88 0.56
HSL 53.27º 0.79% 0.24% -
HSV(B) 53.27º 0.88% 0.44% -
XYZ 11.19 12.52 2.21 -
YUV 93.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 111 100 13 0 0.10 0.88 0.56 53.27 0.79 0.24
Hex 6F 64 D 0 A 58 38 35 4F 18
Octal 157 144 15 0 12 130 70 65 117 30
Binary 1101111 1100100 1101 0 1010 1011000 111000 110101 1001111 11000

Color Harmonies of #6F640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F640D

Black with #6F640D

Text Example


Text Example

White with #6F640D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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