Html Css Color HEX #612B2E Jazz

📋 copy color: '#612B2E'

red 97 ◦ green 43 ◦ blue 46

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

Shades of Jazz #612B2E

Tints of Jazz #612B2E

RGB

 RED value IS 97 (38.28% from 255) = 52.15%

 GREEN value IS 43 (17.19% from 255) = 23.12%

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

R = 52.15%
G = 23.12%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#612B2E (or 0x612B2E) is known color: Jazz. HEX triplet: 61, 2B and 2E. RGB value is (97,43,46). Sum of RGB (Red+Green+Blue) = 97+43+46=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2E is #9ED4D1. Grayscale: #3B3B3B. Windows color (decimal): -10409170 or 3025761. OLE color: 3025761.

HSL color Cylindrical-coordinate representation of color #612B2E: hue angle of 356.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B2E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 43 46 -
CMYK 0 0.56 0.53 0.62
HSL 356.67º 0.39% 0.27% -
HSV(B) 356.67º 0.56% 0.38% -
XYZ 6.29 4.47 3.12 -
YUV 59.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 97 43 46 0 0.56 0.53 0.62 356.67 0.39 0.27
Hex 61 2B 2E 0 38 35 3E 165 27 1B
Octal 141 53 56 0 70 65 76 545 47 33
Binary 1100001 101011 101110 0 111000 110101 111110 101100101 100111 11011

Color Harmonies of #612B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B2E

Black with #612B2E

Text Example


Text Example

White with #612B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B2E; }

 p { color: rgb(97,43,46); }

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

background-color css

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

 a { background-color: rgb(97,43,46); }

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

border-color css

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

 span { border-color: rgb(97,43,46); }

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