Html Css Color HEX #6D6401 Olive

📋 copy color: '#6D6401'

red 109 ◦ green 100 ◦ blue 1

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

Shades of Olive #6D6401

Tints of Olive #6D6401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.62%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 51.9%
G = 47.62%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6D6401 (or 0x6D6401) is known color: Olive. HEX triplet: 6D, 64 and 01. RGB value is (109,100,1). Sum of RGB (Red+Green+Blue) = 109+100+1=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6401 is #929BFE. Grayscale: #5B5B5B. Windows color (decimal): -9608191 or 91245. OLE color: 91245.

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

Color convert

RGB 109 100 1 -
CMYK 0 0.08 0.99 0.57
HSL 55º 0.98% 0.22% -
HSV(B) 55º 0.99% 0.43% -
XYZ 10.87 12.37 1.84 -
YUV 91.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 109 100 1 0 0.08 0.99 0.57 55 0.98 0.22
Hex 6D 64 1 0 8 63 39 37 62 16
Octal 155 144 1 0 10 143 71 67 142 26
Binary 1101101 1100100 1 0 1000 1100011 111001 110111 1100010 10110

Color Harmonies of #6D6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6401

Black with #6D6401

Text Example


Text Example

White with #6D6401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,1); }

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

background-color css

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

 a { background-color: rgb(109,100,1); }

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

border-color css

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

 span { border-color: rgb(109,100,1); }

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