Html Css Color HEX #63302B Kenyan Copper

📋 copy color: '#63302B'

red 99 ◦ green 48 ◦ blue 43

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

Shades of Kenyan Copper #63302B

Tints of Kenyan Copper #63302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 52.11%
G = 25.26%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63302B (or 0x63302B) is known color: Kenyan Copper. HEX triplet: 63, 30 and 2B. RGB value is (99,48,43). Sum of RGB (Red+Green+Blue) = 99+48+43=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63302B is #9CCFD4. Grayscale: #3E3E3E. Windows color (decimal): -10276821 or 2830435. OLE color: 2830435.

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

Color convert

RGB 99 48 43 -
CMYK 0 0.52 0.57 0.61
HSL 5.36º 0.39% 0.28% -
HSV(B) 5.36º 0.57% 0.39% -
XYZ 6.64 4.94 2.89 -
YUV 62.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 99 48 43 0 0.52 0.57 0.61 5.36 0.39 0.28
Hex 63 30 2B 0 34 39 3D 5 27 1C
Octal 143 60 53 0 64 71 75 5 47 34
Binary 1100011 110000 101011 0 110100 111001 111101 101 100111 11100

Color Harmonies of #63302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63302B

Black with #63302B

Text Example


Text Example

White with #63302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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