Html Css Color HEX #6F670D Olivetone

📋 copy color: '#6F670D'

red 111 ◦ green 103 ◦ blue 13

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

Shades of Olivetone #6F670D

Tints of Olivetone #6F670D

RGB

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

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

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

R = 48.9%
G = 45.37%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F670D (or 0x6F670D) is known color: Olivetone. HEX triplet: 6F, 67 and 0D. RGB value is (111,103,13). Sum of RGB (Red+Green+Blue) = 111+103+13=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F670D is #9098F2. Grayscale: #5F5F5F. Windows color (decimal): -9476339 or 878447. OLE color: 878447.

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

Color convert

RGB 111 103 13 -
CMYK 0 0.07 0.88 0.56
HSL 55.1º 0.79% 0.24% -
HSV(B) 55.1º 0.88% 0.44% -
XYZ 11.48 13.11 2.31 -
YUV 95.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 111 103 13 0 0.07 0.88 0.56 55.1 0.79 0.24
Hex 6F 67 D 0 7 58 38 37 4F 18
Octal 157 147 15 0 7 130 70 67 117 30
Binary 1101111 1100111 1101 0 111 1011000 111000 110111 1001111 11000

Color Harmonies of #6F670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F670D

Black with #6F670D

Text Example


Text Example

White with #6F670D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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