#363506

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

Shades of Karaka #363506

Tints of Karaka #363506

Color information

#363506 (or 0x363506) is unknown color: approx Karaka. HEX triplet: 36, 35 and 06. RGB value is (54,53,6). Sum of RGB (Red+Green+Blue) = 54+53+6=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #363506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363506 is #C9CAF9. Grayscale: #303030. Windows color (decimal): -13224698 or 406838. OLE color: 406838.

HSL color Cylindrical-coordinate representation of color #363506: hue angle of 58.75º 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 #363506 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54536-
CMYK00.020.890.79
HSL58.75º80%11.76%-
HSV(B)58.75º88.89%21.18%-
XYZ2.833.340.67-
YUV47.94104.33132.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=47.79%
G=46.90%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453600.020.890.7958.758011.76
Hex3635602594F3b50c
Octal66656021311177312014
Binary1101101101011100101011001100111111101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363506; }

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

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

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

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

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

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

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

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