Html Css Color HEX #6E650F Olivetone

📋 copy color: '#6E650F'

red 110 ◦ green 101 ◦ blue 15

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

Shades of Olivetone #6E650F

Tints of Olivetone #6E650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.69%

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

R = 48.67%
G = 44.69%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E650F (or 0x6E650F) is known color: Olivetone. HEX triplet: 6E, 65 and 0F. RGB value is (110,101,15). Sum of RGB (Red+Green+Blue) = 110+101+15=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E650F is #919AF0. Grayscale: #5E5E5E. Windows color (decimal): -9542385 or 1009006. OLE color: 1009006.

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

Color convert

RGB 110 101 15 -
CMYK 0 0.08 0.86 0.57
HSL 54.32º 0.76% 0.25% -
HSV(B) 54.32º 0.86% 0.43% -
XYZ 11.17 12.66 2.31 -
YUV 93.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 110 101 15 0 0.08 0.86 0.57 54.32 0.76 0.25
Hex 6E 65 F 0 8 56 39 36 4C 19
Octal 156 145 17 0 10 126 71 66 114 31
Binary 1101110 1100101 1111 0 1000 1010110 111001 110110 1001100 11001

Color Harmonies of #6E650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E650F

Black with #6E650F

Text Example


Text Example

White with #6E650F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,15); }

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

background-color css

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

 a { background-color: rgb(110,101,15); }

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

border-color css

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

 span { border-color: rgb(110,101,15); }

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