Html Css Color HEX #6E690D Olivetone

📋 copy color: '#6E690D'

red 110 ◦ green 105 ◦ blue 13

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

Shades of Olivetone #6E690D

Tints of Olivetone #6E690D

RGB

 RED value IS 110 (43.36% from 255) = 48.25%

 GREEN value IS 105 (41.41% from 255) = 46.05%

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

R = 48.25%
G = 46.05%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6E690D (or 0x6E690D) is known color: Olivetone. HEX triplet: 6E, 69 and 0D. RGB value is (110,105,13). Sum of RGB (Red+Green+Blue) = 110+105+13=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E690D is #9196F2. Grayscale: #606060. Windows color (decimal): -9541363 or 878958. OLE color: 878958.

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

Color convert

RGB 110 105 13 -
CMYK 0 0.05 0.88 0.57
HSL 56.91º 0.79% 0.24% -
HSV(B) 56.91º 0.88% 0.43% -
XYZ 11.55 13.45 2.37 -
YUV 96.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 110 105 13 0 0.05 0.88 0.57 56.91 0.79 0.24
Hex 6E 69 D 0 5 58 39 39 4F 18
Octal 156 151 15 0 5 130 71 71 117 30
Binary 1101110 1101001 1101 0 101 1011000 111001 111001 1001111 11000

Color Harmonies of #6E690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E690D

Black with #6E690D

Text Example


Text Example

White with #6E690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,105,13); }

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

background-color css

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

 a { background-color: rgb(110,105,13); }

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

border-color css

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

 span { border-color: rgb(110,105,13); }

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