Html Css Color HEX #6A452E Jambalaya

📋 copy color: '#6A452E'

red 106 ◦ green 69 ◦ blue 46

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

Shades of Jambalaya #6A452E

Tints of Jambalaya #6A452E

RGB

 RED value IS 106 (41.8% from 255) = 47.96%

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 46 (18.36% from 255) = 20.81%

R = 47.96%
G = 31.22%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6A452E (or 0x6A452E) is known color: Jambalaya. HEX triplet: 6A, 45 and 2E. RGB value is (106,69,46). Sum of RGB (Red+Green+Blue) = 106+69+46=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A452E is #95BAD1. Grayscale: #4D4D4D. Windows color (decimal): -9812690 or 3032426. OLE color: 3032426.

HSL color Cylindrical-coordinate representation of color #6A452E: hue angle of 23º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A452E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 69 46 -
CMYK 0 0.35 0.57 0.58
HSL 23º 0.39% 0.3% -
HSV(B) 23º 0.57% 0.42% -
XYZ 8.57 7.52 3.58 -
YUV 77.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 106 69 46 0 0.35 0.57 0.58 23 0.39 0.3
Hex 6A 45 2E 0 23 39 3A 17 27 1E
Octal 152 105 56 0 43 71 72 27 47 36
Binary 1101010 1000101 101110 0 100011 111001 111010 10111 100111 11110

Color Harmonies of #6A452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A452E

Black with #6A452E

Text Example


Text Example

White with #6A452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A452E; }

 p { color: rgb(106,69,46); }

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

background-color css

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

 a { background-color: rgb(106,69,46); }

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

border-color css

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

 span { border-color: rgb(106,69,46); }

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