Html Css Color HEX #663334 Jazz

📋 copy color: '#663334'

red 102 ◦ green 51 ◦ blue 52

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

Shades of Jazz #663334

Tints of Jazz #663334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 49.76%
G = 24.88%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#663334 (or 0x663334) is known color: Jazz. HEX triplet: 66, 33 and 34. RGB value is (102,51,52). Sum of RGB (Red+Green+Blue) = 102+51+52=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663334 is #99CCCB. Grayscale: #424242. Windows color (decimal): -10079436 or 3421030. OLE color: 3421030.

HSL color Cylindrical-coordinate representation of color #663334: hue angle of 358.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663334 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 52 -
CMYK 0 0.5 0.49 0.6
HSL 358.82º 0.33% 0.3% -
HSV(B) 358.82º 0.5% 0.4% -
XYZ 7.28 5.44 3.92 -
YUV 66.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 102 51 52 0 0.5 0.49 0.6 358.82 0.33 0.3
Hex 66 33 34 0 32 31 3C 167 21 1E
Octal 146 63 64 0 62 61 74 547 41 36
Binary 1100110 110011 110100 0 110010 110001 111100 101100111 100001 11110

Color Harmonies of #663334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663334

Black with #663334

Text Example


Text Example

White with #663334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663334; }

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

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

background-color css

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

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

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

border-color css

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

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

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