Html Css Color HEX #634632 Jambalaya

📋 copy color: '#634632'

red 99 ◦ green 70 ◦ blue 50

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

Shades of Jambalaya #634632

Tints of Jambalaya #634632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 45.21%
G = 31.96%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#634632 (or 0x634632) is known color: Jambalaya. HEX triplet: 63, 46 and 32. RGB value is (99,70,50). Sum of RGB (Red+Green+Blue) = 99+70+50=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #634632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634632 is #9CB9CD. Grayscale: #4C4C4C. Windows color (decimal): -10271182 or 3294819. OLE color: 3294819.

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

Color convert

RGB 99 70 50 -
CMYK 0 0.29 0.49 0.61
HSL 24.49º 0.33% 0.29% -
HSV(B) 24.49º 0.49% 0.39% -
XYZ 7.91 7.26 4 -
YUV 76.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 99 70 50 0 0.29 0.49 0.61 24.49 0.33 0.29
Hex 63 46 32 0 1D 31 3D 18 21 1D
Octal 143 106 62 0 35 61 75 30 41 35
Binary 1100011 1000110 110010 0 11101 110001 111101 11000 100001 11101

Color Harmonies of #634632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634632

Black with #634632

Text Example


Text Example

White with #634632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634632; }

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

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

background-color css

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

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

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

border-color css

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

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

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