Html Css Color HEX #6C6201 Olive

📋 copy color: '#6C6201'

red 108 ◦ green 98 ◦ blue 1

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

Shades of Olive #6C6201

Tints of Olive #6C6201

RGB

 RED value IS 108 (42.58% from 255) = 52.17%

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

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

R = 52.17%
G = 47.34%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C6201 (or 0x6C6201) is known color: Olive. HEX triplet: 6C, 62 and 01. RGB value is (108,98,1). Sum of RGB (Red+Green+Blue) = 108+98+1=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6201 is #939DFE. Grayscale: #5A5A5A. Windows color (decimal): -9674239 or 90732. OLE color: 90732.

HSL color Cylindrical-coordinate representation of color #6C6201: hue angle of 54.39º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C6201 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 98 1 -
CMYK 0 0.09 0.99 0.58
HSL 54.39º 0.98% 0.21% -
HSV(B) 54.39º 0.99% 0.42% -
XYZ 10.56 11.93 1.77 -
YUV 89.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 108 98 1 0 0.09 0.99 0.58 54.39 0.98 0.21
Hex 6C 62 1 0 9 63 3A 36 62 15
Octal 154 142 1 0 11 143 72 66 142 25
Binary 1101100 1100010 1 0 1001 1100011 111010 110110 1100010 10101

Color Harmonies of #6C6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6201

Black with #6C6201

Text Example


Text Example

White with #6C6201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,1); }

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

background-color css

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

 a { background-color: rgb(108,98,1); }

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

border-color css

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

 span { border-color: rgb(108,98,1); }

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