Html Css Color HEX #614833 Jambalaya

📋 copy color: '#614833'

red 97 ◦ green 72 ◦ blue 51

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

Shades of Jambalaya #614833

Tints of Jambalaya #614833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 44.09%
G = 32.73%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#614833 (or 0x614833) is known color: Jambalaya. HEX triplet: 61, 48 and 33. RGB value is (97,72,51). Sum of RGB (Red+Green+Blue) = 97+72+51=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614833 is #9EB7CC. Grayscale: #4D4D4D. Windows color (decimal): -10401741 or 3360865. OLE color: 3360865.

HSL color Cylindrical-coordinate representation of color #614833: hue angle of 27.39º 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 #614833 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 51 -
CMYK 0 0.26 0.47 0.62
HSL 27.39º 0.31% 0.29% -
HSV(B) 27.39º 0.47% 0.38% -
XYZ 7.84 7.42 4.15 -
YUV 77.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 97 72 51 0 0.26 0.47 0.62 27.39 0.31 0.29
Hex 61 48 33 0 1A 2F 3E 1B 1F 1D
Octal 141 110 63 0 32 57 76 33 37 35
Binary 1100001 1001000 110011 0 11010 101111 111110 11011 11111 11101

Color Harmonies of #614833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614833

Black with #614833

Text Example


Text Example

White with #614833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614833; }

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

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

background-color css

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

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

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

border-color css

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

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

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