#10661B

Color #10661B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #10661B

Tints of Crusoe #10661B

Color information

#10661B (or 0x10661B) is unknown color: approx Crusoe. HEX triplet: 10, 66 and 1B. RGB value is (16,102,27). Sum of RGB (Red+Green+Blue) = 16+102+27=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #10661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10661B is #EF99E4. Grayscale: #434343. Windows color (decimal): -15702501 or 1795600. OLE color: 1795600.

HSL color Cylindrical-coordinate representation of color #10661B: hue angle of 127.67º 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 #10661B is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1610227-
CMYK0.8400.740.6
HSL127.67º72.88%23.14%-
HSV(B)127.67º84.31%40%-
XYZ5.169.692.64-
YUV67.74105.0191.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 102 (40.23% from 255) = 70.34%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=11.03%
G=70.34%
B=18.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102270.8400.740.6127.6772.8823.14
Hex10661B5404A3C804917
Octal201463312401127420011127
Binary1000011001101101110101000100101011110010000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10661B; }

 p { color: rgb(16,102,27); }

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

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

 a { background-color: rgb(16,102,27); }

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

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

 span { border-color: rgb(16,102,27); }

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