Html Css Color HEX #663335 Jazz

📋 copy color: '#663335'

red 102 ◦ green 51 ◦ blue 53

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

Shades of Jazz #663335

Tints of Jazz #663335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 49.51%
G = 24.76%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#663335 (or 0x663335) is known color: Jazz. HEX triplet: 66, 33 and 35. RGB value is (102,51,53). Sum of RGB (Red+Green+Blue) = 102+51+53=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663335 is #99CCCA. Grayscale: #424242. Windows color (decimal): -10079435 or 3486566. OLE color: 3486566.

HSL color Cylindrical-coordinate representation of color #663335: hue angle of 357.65º 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 #663335 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 53 -
CMYK 0 0.5 0.48 0.6
HSL 357.65º 0.33% 0.3% -
HSV(B) 357.65º 0.5% 0.4% -
XYZ 7.31 5.45 4.03 -
YUV 66.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 102 51 53 0 0.5 0.48 0.6 357.65 0.33 0.3
Hex 66 33 35 0 32 30 3C 166 21 1E
Octal 146 63 65 0 62 60 74 546 41 36
Binary 1100110 110011 110101 0 110010 110000 111100 101100110 100001 11110

Color Harmonies of #663335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663335

Black with #663335

Text Example


Text Example

White with #663335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663335; }

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

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

background-color css

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

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

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

border-color css

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

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

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