Html Css Color HEX #63463A Jambalaya

📋 copy color: '#63463A'

red 99 ◦ green 70 ◦ blue 58

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

Shades of Jambalaya #63463A

Tints of Jambalaya #63463A

RGB

 RED value IS 99 (39.06% from 255) = 43.61%

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 43.61%
G = 30.84%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63463A (or 0x63463A) is known color: Jambalaya. HEX triplet: 63, 46 and 3A. RGB value is (99,70,58). Sum of RGB (Red+Green+Blue) = 99+70+58=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63463A is #9CB9C5. Grayscale: #4D4D4D. Windows color (decimal): -10271174 or 3819107. OLE color: 3819107.

HSL color Cylindrical-coordinate representation of color #63463A: hue angle of 17.56º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63463A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 58 -
CMYK 0 0.29 0.41 0.61
HSL 17.56º 0.26% 0.31% -
HSV(B) 17.56º 0.41% 0.39% -
XYZ 8.1 7.34 4.99 -
YUV 77.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 99 70 58 0 0.29 0.41 0.61 17.56 0.26 0.31
Hex 63 46 3A 0 1D 29 3D 12 1A 1F
Octal 143 106 72 0 35 51 75 22 32 37
Binary 1100011 1000110 111010 0 11101 101001 111101 10010 11010 11111

Color Harmonies of #63463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63463A

Black with #63463A

Text Example


Text Example

White with #63463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63463A; }

 p { color: rgb(99,70,58); }

 H1.HeaderClassName
 {
   color: #63463A;
 }
 .AnyTagClassName
 {
   color: #63463A;
 }
</style>

background-color css

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

 a { background-color: rgb(99,70,58); }

 div.DivClassName
 {
   background-color: #63463A;
 }
 .BgClassName
 {
   background-color: #63463A;
 }
</style>

border-color css

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

 span { border-color: rgb(99,70,58); }

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