Html Css Color HEX #614533 Jambalaya

📋 copy color: '#614533'

red 97 ◦ green 69 ◦ blue 51

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

Shades of Jambalaya #614533

Tints of Jambalaya #614533

RGB

 RED value IS 97 (38.28% from 255) = 44.7%

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 44.7%
G = 31.8%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#614533 (or 0x614533) is known color: Jambalaya. HEX triplet: 61, 45 and 33. RGB value is (97,69,51). Sum of RGB (Red+Green+Blue) = 97+69+51=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614533 is #9EBACC. Grayscale: #4B4B4B. Windows color (decimal): -10402509 or 3360097. OLE color: 3360097.

HSL color Cylindrical-coordinate representation of color #614533: hue angle of 23.48º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614533 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 51 -
CMYK 0 0.29 0.47 0.62
HSL 23.48º 0.31% 0.29% -
HSV(B) 23.48º 0.47% 0.38% -
XYZ 7.66 7.04 4.09 -
YUV 75.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 97 69 51 0 0.29 0.47 0.62 23.48 0.31 0.29
Hex 61 45 33 0 1D 2F 3E 17 1F 1D
Octal 141 105 63 0 35 57 76 27 37 35
Binary 1100001 1000101 110011 0 11101 101111 111110 10111 11111 11101

Color Harmonies of #614533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614533

Black with #614533

Text Example


Text Example

White with #614533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614533; }

 p { color: rgb(97,69,51); }

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

background-color css

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

 a { background-color: rgb(97,69,51); }

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

border-color css

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

 span { border-color: rgb(97,69,51); }

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