Html Css Color HEX #663926 New Amber

📋 copy color: '#663926'

red 102 ◦ green 57 ◦ blue 38

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

Shades of New Amber #663926

Tints of New Amber #663926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

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

R = 51.78%
G = 28.93%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#663926 (or 0x663926) is known color: New Amber. HEX triplet: 66, 39 and 26. RGB value is (102,57,38). Sum of RGB (Red+Green+Blue) = 102+57+38=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #663926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663926 is #99C6D9. Grayscale: #444444. Windows color (decimal): -10077914 or 2505062. OLE color: 2505062.

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

Color convert

RGB 102 57 38 -
CMYK 0 0.44 0.63 0.6
HSL 17.81º 0.46% 0.27% -
HSV(B) 17.81º 0.63% 0.4% -
XYZ 7.29 5.89 2.59 -
YUV 68.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 102 57 38 0 0.44 0.63 0.6 17.81 0.46 0.27
Hex 66 39 26 0 2C 3F 3C 12 2E 1B
Octal 146 71 46 0 54 77 74 22 56 33
Binary 1100110 111001 100110 0 101100 111111 111100 10010 101110 11011

Color Harmonies of #663926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663926

Black with #663926

Text Example


Text Example

White with #663926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663926; }

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

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

background-color css

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

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

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

border-color css

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

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

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