Html Css Color HEX #6D6204 Olive

📋 copy color: '#6D6204'

red 109 ◦ green 98 ◦ blue 4

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

Shades of Olive #6D6204

Tints of Olive #6D6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 51.66%
G = 46.45%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D6204 (or 0x6D6204) is known color: Olive. HEX triplet: 6D, 62 and 04. RGB value is (109,98,4). Sum of RGB (Red+Green+Blue) = 109+98+4=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6204 is #929DFB. Grayscale: #5A5A5A. Windows color (decimal): -9608700 or 287341. OLE color: 287341.

HSL color Cylindrical-coordinate representation of color #6D6204: hue angle of 53.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D6204 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 98 4 -
CMYK 0 0.10 0.96 0.57
HSL 53.71º 0.93% 0.22% -
HSV(B) 53.71º 0.96% 0.43% -
XYZ 10.7 12 1.87 -
YUV 90.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 109 98 4 0 0.10 0.96 0.57 53.71 0.93 0.22
Hex 6D 62 4 0 A 60 39 36 5D 16
Octal 155 142 4 0 12 140 71 66 135 26
Binary 1101101 1100010 100 0 1010 1100000 111001 110110 1011101 10110

Color Harmonies of #6D6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6204

Black with #6D6204

Text Example


Text Example

White with #6D6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,98,4); }

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

background-color css

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

 a { background-color: rgb(109,98,4); }

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

border-color css

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

 span { border-color: rgb(109,98,4); }

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