Html Css Color HEX #694932 Jambalaya

📋 copy color: '#694932'

red 105 ◦ green 73 ◦ blue 50

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

Shades of Jambalaya #694932

Tints of Jambalaya #694932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 46.05%
G = 32.02%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#694932 (or 0x694932) is known color: Jambalaya. HEX triplet: 69, 49 and 32. RGB value is (105,73,50). Sum of RGB (Red+Green+Blue) = 105+73+50=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694932 is #96B6CD. Grayscale: #505050. Windows color (decimal): -9877198 or 3295593. OLE color: 3295593.

HSL color Cylindrical-coordinate representation of color #694932: hue angle of 25.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694932 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 50 -
CMYK 0 0.30 0.52 0.59
HSL 25.09º 0.35% 0.3% -
HSV(B) 25.09º 0.52% 0.41% -
XYZ 8.78 8 4.1 -
YUV 79.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 105 73 50 0 0.30 0.52 0.59 25.09 0.35 0.3
Hex 69 49 32 0 1E 34 3B 19 23 1E
Octal 151 111 62 0 36 64 73 31 43 36
Binary 1101001 1001001 110010 0 11110 110100 111011 11001 100011 11110

Color Harmonies of #694932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694932

Black with #694932

Text Example


Text Example

White with #694932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694932; }

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

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

background-color css

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

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

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

border-color css

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

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

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