Html Css Color HEX #6F670F Olivetone

📋 copy color: '#6F670F'

red 111 ◦ green 103 ◦ blue 15

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

Shades of Olivetone #6F670F

Tints of Olivetone #6F670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 48.47%
G = 44.98%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F670F (or 0x6F670F) is known color: Olivetone. HEX triplet: 6F, 67 and 0F. RGB value is (111,103,15). Sum of RGB (Red+Green+Blue) = 111+103+15=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F670F is #9098F0. Grayscale: #5F5F5F. Windows color (decimal): -9476337 or 1009519. OLE color: 1009519.

HSL color Cylindrical-coordinate representation of color #6F670F: hue angle of 55º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F670F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 103 15 -
CMYK 0 0.07 0.86 0.56
HSL 55º 0.76% 0.25% -
HSV(B) 55º 0.86% 0.44% -
XYZ 11.49 13.11 2.38 -
YUV 95.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 111 103 15 0 0.07 0.86 0.56 55 0.76 0.25
Hex 6F 67 F 0 7 56 38 37 4C 19
Octal 157 147 17 0 7 126 70 67 114 31
Binary 1101111 1100111 1111 0 111 1010110 111000 110111 1001100 11001

Color Harmonies of #6F670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F670F

Black with #6F670F

Text Example


Text Example

White with #6F670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,103,15); }

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

background-color css

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

 a { background-color: rgb(111,103,15); }

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

border-color css

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

 span { border-color: rgb(111,103,15); }

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