Html Css Color HEX #694639 Jambalaya

📋 copy color: '#694639'

red 105 ◦ green 70 ◦ blue 57

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

Shades of Jambalaya #694639

Tints of Jambalaya #694639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

 BLUE value IS 57 (22.66% from 255) = 24.57%

R = 45.26%
G = 30.17%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#694639 (or 0x694639) is known color: Jambalaya. HEX triplet: 69, 46 and 39. RGB value is (105,70,57). Sum of RGB (Red+Green+Blue) = 105+70+57=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694639 is #96B9C6. Grayscale: #4F4F4F. Windows color (decimal): -9877959 or 3753577. OLE color: 3753577.

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

Color convert

RGB 105 70 57 -
CMYK 0 0.33 0.46 0.59
HSL 16.25º 0.3% 0.32% -
HSV(B) 16.25º 0.46% 0.41% -
XYZ 8.75 7.68 4.89 -
YUV 78.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 105 70 57 0 0.33 0.46 0.59 16.25 0.3 0.32
Hex 69 46 39 0 21 2E 3B 10 1E 20
Octal 151 106 71 0 41 56 73 20 36 40
Binary 1101001 1000110 111001 0 100001 101110 111011 10000 11110 100000

Color Harmonies of #694639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694639

Black with #694639

Text Example


Text Example

White with #694639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694639; }

 p { color: rgb(105,70,57); }

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

background-color css

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

 a { background-color: rgb(105,70,57); }

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

border-color css

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

 span { border-color: rgb(105,70,57); }

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