Html Css Color HEX #634534 Jambalaya

📋 copy color: '#634534'

red 99 ◦ green 69 ◦ blue 52

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

Shades of Jambalaya #634534

Tints of Jambalaya #634534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 45%
G = 31.36%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#634534 (or 0x634534) is known color: Jambalaya. HEX triplet: 63, 45 and 34. RGB value is (99,69,52). Sum of RGB (Red+Green+Blue) = 99+69+52=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634534 is #9CBACB. Grayscale: #4C4C4C. Windows color (decimal): -10271436 or 3425635. OLE color: 3425635.

HSL color Cylindrical-coordinate representation of color #634534: hue angle of 21.7º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634534 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 69 52 -
CMYK 0 0.30 0.47 0.61
HSL 21.7º 0.31% 0.3% -
HSV(B) 21.7º 0.47% 0.39% -
XYZ 7.89 7.16 4.21 -
YUV 76.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 99 69 52 0 0.30 0.47 0.61 21.7 0.31 0.3
Hex 63 45 34 0 1E 2F 3D 16 1F 1E
Octal 143 105 64 0 36 57 75 26 37 36
Binary 1100011 1000101 110100 0 11110 101111 111101 10110 11111 11110

Color Harmonies of #634534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634534

Black with #634534

Text Example


Text Example

White with #634534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634534; }

 p { color: rgb(99,69,52); }

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

background-color css

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

 a { background-color: rgb(99,69,52); }

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

border-color css

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

 span { border-color: rgb(99,69,52); }

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