Html Css Color HEX #106521 Crusoe

📋 copy color: '#106521'

red 16 ◦ green 101 ◦ blue 33

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

Shades of Crusoe #106521

Tints of Crusoe #106521

RGB

 RED value IS 16 (6.64% from 255) = 10.67%

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

 BLUE value IS 33 (13.28% from 255) = 22%

R = 10.67%
G = 67.33%
B = 22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#106521 (or 0x106521) is known color: Crusoe. HEX triplet: 10, 65 and 21. RGB value is (16,101,33). Sum of RGB (Red+Green+Blue) = 16+101+33=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 101 (39.84% from 255 or 67.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 101 - color contains mainly: green. Hex color #106521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106521 is #EF9ADE. Grayscale: #444444. Windows color (decimal): -15702751 or 2188560. OLE color: 2188560.

HSL color Cylindrical-coordinate representation of color #106521: hue angle of 132º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106521 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 101 33 -
CMYK 0.84 0 0.67 0.60
HSL 132º 0.73% 0.23% -
HSV(B) 132º 0.84% 0.4% -
XYZ 5.14 9.53 3.01 -
YUV 67.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 16 101 33 0.84 0 0.67 0.60 132 0.73 0.23
Hex 10 65 21 54 0 43 3C 84 49 17
Octal 20 145 41 124 0 103 74 204 111 27
Binary 10000 1100101 100001 1010100 0 1000011 111100 10000100 1001001 10111

Color Harmonies of #106521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106521

Black with #106521

Text Example


Text Example

White with #106521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106521; }

 p { color: rgb(16,101,33); }

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

background-color css

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

 a { background-color: rgb(16,101,33); }

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

border-color css

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

 span { border-color: rgb(16,101,33); }

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