Html Css Color HEX #694738 Jambalaya

📋 copy color: '#694738'

red 105 ◦ green 71 ◦ blue 56

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

Shades of Jambalaya #694738

Tints of Jambalaya #694738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 45.26%
G = 30.6%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#694738 (or 0x694738) is known color: Jambalaya. HEX triplet: 69, 47 and 38. RGB value is (105,71,56). Sum of RGB (Red+Green+Blue) = 105+71+56=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694738 is #96B8C7. Grayscale: #4F4F4F. Windows color (decimal): -9877704 or 3688297. OLE color: 3688297.

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

Color convert

RGB 105 71 56 -
CMYK 0 0.32 0.47 0.59
HSL 18.37º 0.3% 0.32% -
HSV(B) 18.37º 0.47% 0.41% -
XYZ 8.79 7.8 4.78 -
YUV 79.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 105 71 56 0 0.32 0.47 0.59 18.37 0.3 0.32
Hex 69 47 38 0 20 2F 3B 12 1E 20
Octal 151 107 70 0 40 57 73 22 36 40
Binary 1101001 1000111 111000 0 100000 101111 111011 10010 11110 100000

Color Harmonies of #694738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694738

Black with #694738

Text Example


Text Example

White with #694738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694738; }

 p { color: rgb(105,71,56); }

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

background-color css

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

 a { background-color: rgb(105,71,56); }

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

border-color css

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

 span { border-color: rgb(105,71,56); }

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