Html Css Color HEX #363306 Karaka

📋 copy color: '#363306'

red 54 ◦ green 51 ◦ blue 6

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

Shades of Karaka #363306

Tints of Karaka #363306

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

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 54 51 6 -
CMYK 0 0.06 0.89 0.79
HSL 56.25º 0.8% 0.12% -
HSV(B) 56.25º 0.89% 0.21% -
XYZ 2.74 3.17 0.64 -
YUV 46.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 54 51 6 0 0.06 0.89 0.79 56.25 0.8 0.12
Hex 36 33 6 0 6 59 4F 38 50 C
Octal 66 63 6 0 6 131 117 70 120 14
Binary 110110 110011 110 0 110 1011001 1001111 111000 1010000 1100

Color Harmonies of #363306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363306

Black with #363306

Text Example


Text Example

White with #363306

Text Example


Text Example

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