Html Css Color HEX #69463A Jambalaya

📋 copy color: '#69463A'

red 105 ◦ green 70 ◦ blue 58

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

Shades of Jambalaya #69463A

Tints of Jambalaya #69463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 45.06%
G = 30.04%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69463A (or 0x69463A) is known color: Jambalaya. HEX triplet: 69, 46 and 3A. RGB value is (105,70,58). Sum of RGB (Red+Green+Blue) = 105+70+58=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69463A is #96B9C5. Grayscale: #4F4F4F. Windows color (decimal): -9877958 or 3819113. OLE color: 3819113.

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

Color convert

RGB 105 70 58 -
CMYK 0 0.33 0.45 0.59
HSL 15.32º 0.29% 0.32% -
HSV(B) 15.32º 0.45% 0.41% -
XYZ 8.78 7.69 5.02 -
YUV 79.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 105 70 58 0 0.33 0.45 0.59 15.32 0.29 0.32
Hex 69 46 3A 0 21 2D 3B F 1D 20
Octal 151 106 72 0 41 55 73 17 35 40
Binary 1101001 1000110 111010 0 100001 101101 111011 1111 11101 100000

Color Harmonies of #69463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69463A

Black with #69463A

Text Example


Text Example

White with #69463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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