Html Css Color HEX #63302C Kenyan Copper

📋 copy color: '#63302C'

red 99 ◦ green 48 ◦ blue 44

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

Shades of Kenyan Copper #63302C

Tints of Kenyan Copper #63302C

RGB

 RED value IS 99 (39.06% from 255) = 51.83%

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 51.83%
G = 25.13%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63302C (or 0x63302C) is known color: Kenyan Copper. HEX triplet: 63, 30 and 2C. RGB value is (99,48,44). Sum of RGB (Red+Green+Blue) = 99+48+44=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63302C is #9CCFD3. Grayscale: #3E3E3E. Windows color (decimal): -10276820 or 2895971. OLE color: 2895971.

HSL color Cylindrical-coordinate representation of color #63302C: hue angle of 4.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63302C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 44 -
CMYK 0 0.52 0.56 0.61
HSL 4.36º 0.38% 0.28% -
HSV(B) 4.36º 0.56% 0.39% -
XYZ 6.66 4.95 2.99 -
YUV 62.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 99 48 44 0 0.52 0.56 0.61 4.36 0.38 0.28
Hex 63 30 2C 0 34 38 3D 4 26 1C
Octal 143 60 54 0 64 70 75 4 46 34
Binary 1100011 110000 101100 0 110100 111000 111101 100 100110 11100

Color Harmonies of #63302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63302C

Black with #63302C

Text Example


Text Example

White with #63302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63302C; }

 p { color: rgb(99,48,44); }

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

background-color css

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

 a { background-color: rgb(99,48,44); }

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

border-color css

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

 span { border-color: rgb(99,48,44); }

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