Html Css Color HEX #313206 Karaka

📋 copy color: '#313206'

red 49 ◦ green 50 ◦ blue 6

#313206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #313206

Tints of Karaka #313206

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 value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#313206 (or 0x313206) is known color: 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

RGB 49 50 6 -
CMYK 0.02 0 0.88 0.80
HSL 61.36º 0.79% 0.11% -
HSV(B) 61.36º 0.88% 0.2% -
XYZ 2.44 2.95 0.61 -
YUV 44.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 49 50 6 0.02 0 0.88 0.80 61.36 0.79 0.11
Hex 31 32 6 2 0 58 50 3D 4F B
Octal 61 62 6 2 0 130 120 75 117 13
Binary 110001 110010 110 10 0 1011000 1010000 111101 1001111 1011

Color Harmonies of #313206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313206

Black with #313206

Text Example


Text Example

White with #313206

Text Example


Text Example

HTML Codes & Css Web 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>