Html Css Color HEX #6E630D Olivetone

📋 copy color: '#6E630D'

red 110 ◦ green 99 ◦ blue 13

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

Shades of Olivetone #6E630D

Tints of Olivetone #6E630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

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

R = 49.55%
G = 44.59%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6E630D (or 0x6E630D) is known color: Olivetone. HEX triplet: 6E, 63 and 0D. RGB value is (110,99,13). Sum of RGB (Red+Green+Blue) = 110+99+13=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E630D is #919CF2. Grayscale: #5C5C5C. Windows color (decimal): -9542899 or 877422. OLE color: 877422.

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

Color convert

RGB 110 99 13 -
CMYK 0 0.1 0.88 0.57
HSL 53.2º 0.79% 0.24% -
HSV(B) 53.2º 0.88% 0.43% -
XYZ 10.96 12.27 2.17 -
YUV 92.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 110 99 13 0 0.1 0.88 0.57 53.2 0.79 0.24
Hex 6E 63 D 0 A 58 39 35 4F 18
Octal 156 143 15 0 12 130 71 65 117 30
Binary 1101110 1100011 1101 0 1010 1011000 111001 110101 1001111 11000

Color Harmonies of #6E630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E630D

Black with #6E630D

Text Example


Text Example

White with #6E630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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