Html Css Color HEX #6B6503 Olive

📋 copy color: '#6B6503'

red 107 ◦ green 101 ◦ blue 3

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

Shades of Olive #6B6503

Tints of Olive #6B6503

RGB

 RED value IS 107 (42.19% from 255) = 50.71%

 GREEN value IS 101 (39.84% from 255) = 47.87%

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

R = 50.71%
G = 47.87%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B6503 (or 0x6B6503) is known color: Olive. HEX triplet: 6B, 65 and 03. RGB value is (107,101,3). Sum of RGB (Red+Green+Blue) = 107+101+3=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6503 is #949AFC. Grayscale: #5C5C5C. Windows color (decimal): -9739005 or 222571. OLE color: 222571.

HSL color Cylindrical-coordinate representation of color #6B6503: hue angle of 56.54º 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 #6B6503 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 101 3 -
CMYK 0 0.06 0.97 0.58
HSL 56.54º 0.95% 0.22% -
HSV(B) 56.54º 0.97% 0.42% -
XYZ 10.73 12.44 1.92 -
YUV 91.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 107 101 3 0 0.06 0.97 0.58 56.54 0.95 0.22
Hex 6B 65 3 0 6 61 3A 39 5F 16
Octal 153 145 3 0 6 141 72 71 137 26
Binary 1101011 1100101 11 0 110 1100001 111010 111001 1011111 10110

Color Harmonies of #6B6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6503

Black with #6B6503

Text Example


Text Example

White with #6B6503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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