Html Css Color HEX #663435 Jazz

📋 copy color: '#663435'

red 102 ◦ green 52 ◦ blue 53

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

Shades of Jazz #663435

Tints of Jazz #663435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 49.28%
G = 25.12%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#663435 (or 0x663435) is known color: Jazz. HEX triplet: 66, 34 and 35. RGB value is (102,52,53). Sum of RGB (Red+Green+Blue) = 102+52+53=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663435 is #99CBCA. Grayscale: #434343. Windows color (decimal): -10079179 or 3486822. OLE color: 3486822.

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

Color convert

RGB 102 52 53 -
CMYK 0 0.49 0.48 0.6
HSL 358.8º 0.32% 0.3% -
HSV(B) 358.8º 0.49% 0.4% -
XYZ 7.35 5.54 4.05 -
YUV 67.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 102 52 53 0 0.49 0.48 0.6 358.8 0.32 0.3
Hex 66 34 35 0 31 30 3C 167 20 1E
Octal 146 64 65 0 61 60 74 547 40 36
Binary 1100110 110100 110101 0 110001 110000 111100 101100111 100000 11110

Color Harmonies of #663435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663435

Black with #663435

Text Example


Text Example

White with #663435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663435; }

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

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

background-color css

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

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

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

border-color css

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

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

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