#353506

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

Shades of Karaka #353506

Tints of Karaka #353506

Color information

#353506 (or 0x353506) is unknown color: approx Karaka. HEX triplet: 35, 35 and 06. RGB value is (53,53,6). Sum of RGB (Red+Green+Blue) = 53+53+6=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353506 is #CACAF9. Grayscale: #2F2F2F. Windows color (decimal): -13290234 or 406837. OLE color: 406837.

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

Color convert

RGB53536-
CMYK000.890.79
HSL60º79.66%11.57%-
HSV(B)60º88.68%20.78%-
XYZ2.773.320.67-
YUV47.64104.5131.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=47.32%
G=47.32%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53536000.890.796079.6611.57
Hex3535600594F3c50c
Octal65656001311177412014
Binary110101110101110001011001100111111110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353506; }

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

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

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

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

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

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

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

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