Html Css Color HEX #6D650A Olivetone

📋 copy color: '#6D650A'

red 109 ◦ green 101 ◦ blue 10

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

Shades of Olivetone #6D650A

Tints of Olivetone #6D650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 49.55%
G = 45.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D650A (or 0x6D650A) is known color: Olivetone. HEX triplet: 6D, 65 and 0A. RGB value is (109,101,10). Sum of RGB (Red+Green+Blue) = 109+101+10=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D650A is #929AF5. Grayscale: #5D5D5D. Windows color (decimal): -9607926 or 681325. OLE color: 681325.

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

Color convert

RGB 109 101 10 -
CMYK 0 0.07 0.91 0.57
HSL 55.15º 0.83% 0.23% -
HSV(B) 55.15º 0.91% 0.43% -
XYZ 11.02 12.58 2.13 -
YUV 93.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 109 101 10 0 0.07 0.91 0.57 55.15 0.83 0.23
Hex 6D 65 A 0 7 5B 39 37 53 17
Octal 155 145 12 0 7 133 71 67 123 27
Binary 1101101 1100101 1010 0 111 1011011 111001 110111 1010011 10111

Color Harmonies of #6D650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D650A

Black with #6D650A

Text Example


Text Example

White with #6D650A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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