Html Css Color HEX #694535 Jambalaya

📋 copy color: '#694535'

red 105 ◦ green 69 ◦ blue 53

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

Shades of Jambalaya #694535

Tints of Jambalaya #694535

RGB

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

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

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

R = 46.26%
G = 30.4%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694535 (or 0x694535) is known color: Jambalaya. HEX triplet: 69, 45 and 35. RGB value is (105,69,53). Sum of RGB (Red+Green+Blue) = 105+69+53=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694535 is #96BACA. Grayscale: #4E4E4E. Windows color (decimal): -9878219 or 3491177. OLE color: 3491177.

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

Color convert

RGB 105 69 53 -
CMYK 0 0.34 0.50 0.59
HSL 18.46º 0.33% 0.31% -
HSV(B) 18.46º 0.5% 0.41% -
XYZ 8.6 7.52 4.37 -
YUV 77.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 105 69 53 0 0.34 0.50 0.59 18.46 0.33 0.31
Hex 69 45 35 0 22 32 3B 12 21 1F
Octal 151 105 65 0 42 62 73 22 41 37
Binary 1101001 1000101 110101 0 100010 110010 111011 10010 100001 11111

Color Harmonies of #694535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694535

Black with #694535

Text Example


Text Example

White with #694535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694535; }

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

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

background-color css

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

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

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

border-color css

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

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

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