Html Css Color HEX #694C35 Jambalaya

📋 copy color: '#694C35'

red 105 ◦ green 76 ◦ blue 53

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

Shades of Jambalaya #694C35

Tints of Jambalaya #694C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 44.87%
G = 32.48%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694C35 (or 0x694C35) is known color: Jambalaya. HEX triplet: 69, 4C and 35. RGB value is (105,76,53). Sum of RGB (Red+Green+Blue) = 105+76+53=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #694C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C35 is #96B3CA. Grayscale: #525252. Windows color (decimal): -9876427 or 3492969. OLE color: 3492969.

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

Color convert

RGB 105 76 53 -
CMYK 0 0.28 0.50 0.59
HSL 26.54º 0.33% 0.31% -
HSV(B) 26.54º 0.5% 0.41% -
XYZ 9.05 8.43 4.52 -
YUV 82.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 105 76 53 0 0.28 0.50 0.59 26.54 0.33 0.31
Hex 69 4C 35 0 1C 32 3B 1B 21 1F
Octal 151 114 65 0 34 62 73 33 41 37
Binary 1101001 1001100 110101 0 11100 110010 111011 11011 100001 11111

Color Harmonies of #694C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C35

Black with #694C35

Text Example


Text Example

White with #694C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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