Html Css Color HEX #694834 Jambalaya

📋 copy color: '#694834'

red 105 ◦ green 72 ◦ blue 52

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

Shades of Jambalaya #694834

Tints of Jambalaya #694834

RGB

 RED value IS 105 (41.41% from 255) = 45.85%

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

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

R = 45.85%
G = 31.44%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694834 (or 0x694834) is known color: Jambalaya. HEX triplet: 69, 48 and 34. RGB value is (105,72,52). Sum of RGB (Red+Green+Blue) = 105+72+52=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694834 is #96B7CB. Grayscale: #4F4F4F. Windows color (decimal): -9877452 or 3426409. OLE color: 3426409.

HSL color Cylindrical-coordinate representation of color #694834: hue angle of 22.64º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694834 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 72 52 -
CMYK 0 0.31 0.50 0.59
HSL 22.64º 0.34% 0.31% -
HSV(B) 22.64º 0.5% 0.41% -
XYZ 8.76 7.89 4.31 -
YUV 79.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 105 72 52 0 0.31 0.50 0.59 22.64 0.34 0.31
Hex 69 48 34 0 1F 32 3B 17 22 1F
Octal 151 110 64 0 37 62 73 27 42 37
Binary 1101001 1001000 110100 0 11111 110010 111011 10111 100010 11111

Color Harmonies of #694834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694834

Black with #694834

Text Example


Text Example

White with #694834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694834; }

 p { color: rgb(105,72,52); }

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

background-color css

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

 a { background-color: rgb(105,72,52); }

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

border-color css

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

 span { border-color: rgb(105,72,52); }

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