Html Css Color HEX #6E6319 Olivetone

📋 copy color: '#6E6319'

red 110 ◦ green 99 ◦ blue 25

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

Shades of Olivetone #6E6319

Tints of Olivetone #6E6319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 47.01%
G = 42.31%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6E6319 (or 0x6E6319) is known color: Olivetone. HEX triplet: 6E, 63 and 19. RGB value is (110,99,25). Sum of RGB (Red+Green+Blue) = 110+99+25=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6319 is #919CE6. Grayscale: #5E5E5E. Windows color (decimal): -9542887 or 1663854. OLE color: 1663854.

HSL color Cylindrical-coordinate representation of color #6E6319: hue angle of 52.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E6319 is Cyan = 0, Magento = 0.1, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 99 25 -
CMYK 0 0.1 0.77 0.57
HSL 52.24º 0.63% 0.26% -
HSV(B) 52.24º 0.77% 0.43% -
XYZ 11.07 12.31 2.71 -
YUV 93.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 110 99 25 0 0.1 0.77 0.57 52.24 0.63 0.26
Hex 6E 63 19 0 A 4D 39 34 3F 1A
Octal 156 143 31 0 12 115 71 64 77 32
Binary 1101110 1100011 11001 0 1010 1001101 111001 110100 111111 11010

Color Harmonies of #6E6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6319

Black with #6E6319

Text Example


Text Example

White with #6E6319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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