#323306

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

Shades of Karaka #323306

Tints of Karaka #323306

Color information

#323306 (or 0x323306) is unknown color: approx Karaka. HEX triplet: 32, 33 and 06. RGB value is (50,51,6). Sum of RGB (Red+Green+Blue) = 50+51+6=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #323306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323306 is #CDCCF9. Grayscale: #2D2D2D. Windows color (decimal): -13487354 or 406322. OLE color: 406322.

HSL color Cylindrical-coordinate representation of color #323306: hue angle of 61.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #323306 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB50516-
CMYK0.0200.880.8
HSL61.33º78.95%11.18%-
HSV(B)61.33º88.24%20%-
XYZ2.533.060.63-
YUV45.57105.67131.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=46.73%
G=47.66%
B=5.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal505160.0200.880.861.3378.9511.18
Hex323362058503d4fb
Octal62636201301207511713
Binary1100101100111101001011000101000011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323306; }

 p { color: rgb(50,51,6); }

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

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

 a { background-color: rgb(50,51,6); }

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

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

 span { border-color: rgb(50,51,6); }

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