Html Css Color HEX #663A26 New Amber

📋 copy color: '#663A26'

red 102 ◦ green 58 ◦ blue 38

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

Shades of New Amber #663A26

Tints of New Amber #663A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 38 (15.23% from 255) = 19.19%

R = 51.52%
G = 29.29%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#663A26 (or 0x663A26) is known color: New Amber. HEX triplet: 66, 3A and 26. RGB value is (102,58,38). Sum of RGB (Red+Green+Blue) = 102+58+38=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #663A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A26 is #99C5D9. Grayscale: #454545. Windows color (decimal): -10077658 or 2505318. OLE color: 2505318.

HSL color Cylindrical-coordinate representation of color #663A26: hue angle of 18.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663A26 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 38 -
CMYK 0 0.43 0.63 0.6
HSL 18.75º 0.46% 0.27% -
HSV(B) 18.75º 0.63% 0.4% -
XYZ 7.34 5.99 2.6 -
YUV 68.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 102 58 38 0 0.43 0.63 0.6 18.75 0.46 0.27
Hex 66 3A 26 0 2B 3F 3C 13 2E 1B
Octal 146 72 46 0 53 77 74 23 56 33
Binary 1100110 111010 100110 0 101011 111111 111100 10011 101110 11011

Color Harmonies of #663A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A26

Black with #663A26

Text Example


Text Example

White with #663A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A26; }

 p { color: rgb(102,58,38); }

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

background-color css

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

 a { background-color: rgb(102,58,38); }

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

border-color css

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

 span { border-color: rgb(102,58,38); }

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