Html Css Color HEX #662B34 Jazz

📋 copy color: '#662B34'

red 102 ◦ green 43 ◦ blue 52

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

Shades of Jazz #662B34

Tints of Jazz #662B34

RGB

 RED value IS 102 (40.23% from 255) = 51.78%

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

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 51.78%
G = 21.83%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#662B34 (or 0x662B34) is known color: Jazz. HEX triplet: 66, 2B and 34. RGB value is (102,43,52). Sum of RGB (Red+Green+Blue) = 102+43+52=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #662B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B34 is #99D4CB. Grayscale: #3D3D3D. Windows color (decimal): -10081484 or 3418982. OLE color: 3418982.

HSL color Cylindrical-coordinate representation of color #662B34: hue angle of 350.85º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B34 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 43 52 -
CMYK 0 0.58 0.49 0.6
HSL 350.85º 0.41% 0.28% -
HSV(B) 350.85º 0.58% 0.4% -
XYZ 6.96 4.8 3.81 -
YUV 61.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 102 43 52 0 0.58 0.49 0.6 350.85 0.41 0.28
Hex 66 2B 34 0 3A 31 3C 15F 29 1C
Octal 146 53 64 0 72 61 74 537 51 34
Binary 1100110 101011 110100 0 111010 110001 111100 101011111 101001 11100

Color Harmonies of #662B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662B34

Black with #662B34

Text Example


Text Example

White with #662B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662B34; }

 p { color: rgb(102,43,52); }

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

background-color css

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

 a { background-color: rgb(102,43,52); }

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

border-color css

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

 span { border-color: rgb(102,43,52); }

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