Html Css Color HEX #6D650E Olivetone

📋 copy color: '#6D650E'

red 109 ◦ green 101 ◦ blue 14

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

Shades of Olivetone #6D650E

Tints of Olivetone #6D650E

RGB

 RED value IS 109 (42.97% from 255) = 48.66%

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 48.66%
G = 45.09%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#6D650E (or 0x6D650E) is known color: Olivetone. HEX triplet: 6D, 65 and 0E. RGB value is (109,101,14). Sum of RGB (Red+Green+Blue) = 109+101+14=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D650E is #929AF1. Grayscale: #5D5D5D. Windows color (decimal): -9607922 or 943469. OLE color: 943469.

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

Color convert

RGB 109 101 14 -
CMYK 0 0.07 0.87 0.57
HSL 54.95º 0.77% 0.24% -
HSV(B) 54.95º 0.87% 0.43% -
XYZ 11.04 12.59 2.26 -
YUV 93.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 109 101 14 0 0.07 0.87 0.57 54.95 0.77 0.24
Hex 6D 65 E 0 7 57 39 37 4D 18
Octal 155 145 16 0 7 127 71 67 115 30
Binary 1101101 1100101 1110 0 111 1010111 111001 110111 1001101 11000

Color Harmonies of #6D650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D650E

Black with #6D650E

Text Example


Text Example

White with #6D650E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,14); }

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

background-color css

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

 a { background-color: rgb(109,101,14); }

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

border-color css

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

 span { border-color: rgb(109,101,14); }

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