#313206

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

Shades of Karaka #313206

Tints of Karaka #313206

Color information

#313206 (or 0x313206) is unknown color: approx Karaka. HEX triplet: 31, 32 and 06. RGB value is (49,50,6). Sum of RGB (Red+Green+Blue) = 49+50+6=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #313206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313206 is #CECDF9. Grayscale: #2C2C2C. Windows color (decimal): -13553146 or 406065. OLE color: 406065.

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

Color convert

RGB49506-
CMYK0.0200.880.80
HSL61.36º78.57%10.98%-
HSV(B)61.36º88%19.61%-
XYZ2.442.950.61-
YUV44.68106.17131.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=46.67%
G=47.62%
B=5.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495060.0200.880.8061.3678.5710.98
Hex313262058503d4fb
Octal61626201301207511713
Binary1100011100101101001011000101000011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313206; }

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

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

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

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

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

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

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

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