#363306

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

Shades of Karaka #363306

Tints of Karaka #363306

Color information

#363306 (or 0x363306) is unknown color: approx Karaka. HEX triplet: 36, 33 and 06. RGB value is (54,51,6). Sum of RGB (Red+Green+Blue) = 54+51+6=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #363306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363306 is #C9CCF9. Grayscale: #2E2E2E. Windows color (decimal): -13225210 or 406326. OLE color: 406326.

HSL color Cylindrical-coordinate representation of color #363306: hue angle of 56.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #363306 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54516-
CMYK00.060.890.79
HSL56.25º80%11.76%-
HSV(B)56.25º88.89%21.18%-
XYZ2.743.170.64-
YUV46.77104.99133.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=48.65%
G=45.95%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451600.060.890.7956.258011.76
Hex3633606594F3850c
Octal66636061311177012014
Binary11011011001111001101011001100111111100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363306; }

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

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

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

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

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

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

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

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