Html Css Color HEX #694935 Jambalaya

📋 copy color: '#694935'

red 105 ◦ green 73 ◦ blue 53

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

Shades of Jambalaya #694935

Tints of Jambalaya #694935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 53 (21.09% from 255) = 22.94%

R = 45.45%
G = 31.6%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694935 (or 0x694935) is known color: Jambalaya. HEX triplet: 69, 49 and 35. RGB value is (105,73,53). Sum of RGB (Red+Green+Blue) = 105+73+53=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694935 is #96B6CA. Grayscale: #505050. Windows color (decimal): -9877195 or 3492201. OLE color: 3492201.

HSL color Cylindrical-coordinate representation of color #694935: hue angle of 23.08º degrees, saturation: 0.33, 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 #694935 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 53 -
CMYK 0 0.30 0.50 0.59
HSL 23.08º 0.33% 0.31% -
HSV(B) 23.08º 0.5% 0.41% -
XYZ 8.85 8.03 4.45 -
YUV 80.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 105 73 53 0 0.30 0.50 0.59 23.08 0.33 0.31
Hex 69 49 35 0 1E 32 3B 17 21 1F
Octal 151 111 65 0 36 62 73 27 41 37
Binary 1101001 1001001 110101 0 11110 110010 111011 10111 100001 11111

Color Harmonies of #694935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694935

Black with #694935

Text Example


Text Example

White with #694935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694935; }

 p { color: rgb(105,73,53); }

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

background-color css

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

 a { background-color: rgb(105,73,53); }

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

border-color css

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

 span { border-color: rgb(105,73,53); }

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