#6B6403

Color #6B6403 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6B6403

Tints of Olive #6B6403

Color information

#6B6403 (or 0x6B6403) is unknown color: approx Olive. HEX triplet: 6B, 64 and 03. RGB value is (107,100,3). Sum of RGB (Red+Green+Blue) = 107+100+3=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6403 is #949BFC. Grayscale: #5B5B5B. Windows color (decimal): -9739261 or 222315. OLE color: 222315.

HSL color Cylindrical-coordinate representation of color #6B6403: hue angle of 55.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B6403 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB1071003-
CMYK00.070.970.58
HSL55.96º94.55%21.57%-
HSV(B)55.96º97.2%41.96%-
XYZ10.6412.251.89-
YUV91.0478.32139.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 100 (39.45% from 255) = 47.62%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=50.95%
G=47.62%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107100300.070.970.5855.9694.5521.57
Hex6B64307613A385f16
Octal153144307141727013726
Binary110101111001001101111100001111010111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,3); }

 H1.HeaderClassName
 {
   color: #6B6403;
 }
 .AnyTagClassName
 {
   color: #6B6403;
 }
</style>
background-color css

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

 a { background-color: rgb(107,100,3); }

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

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

 span { border-color: rgb(107,100,3); }

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