Html Css Color HEX #6A6303 Olive

📋 copy color: '#6A6303'

red 106 ◦ green 99 ◦ blue 3

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

Shades of Olive #6A6303

Tints of Olive #6A6303

RGB

 RED value IS 106 (41.8% from 255) = 50.96%

 GREEN value IS 99 (39.06% from 255) = 47.6%

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 50.96%
G = 47.6%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A6303 (or 0x6A6303) is known color: Olive. HEX triplet: 6A, 63 and 03. RGB value is (106,99,3). Sum of RGB (Red+Green+Blue) = 106+99+3=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6303 is #959CFC. Grayscale: #5A5A5A. Windows color (decimal): -9805053 or 222058. OLE color: 222058.

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

Color convert

RGB 106 99 3 -
CMYK 0 0.07 0.97 0.58
HSL 55.92º 0.94% 0.21% -
HSV(B) 55.92º 0.97% 0.42% -
XYZ 10.42 11.99 1.85 -
YUV 90.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 106 99 3 0 0.07 0.97 0.58 55.92 0.94 0.21
Hex 6A 63 3 0 7 61 3A 38 5E 15
Octal 152 143 3 0 7 141 72 70 136 25
Binary 1101010 1100011 11 0 111 1100001 111010 111000 1011110 10101

Color Harmonies of #6A6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6303

Black with #6A6303

Text Example


Text Example

White with #6A6303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,99,3); }

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

background-color css

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

 a { background-color: rgb(106,99,3); }

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

border-color css

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

 span { border-color: rgb(106,99,3); }

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