Html Css Color HEX #632E2B Kenyan Copper

📋 copy color: '#632E2B'

red 99 ◦ green 46 ◦ blue 43

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

Shades of Kenyan Copper #632E2B

Tints of Kenyan Copper #632E2B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

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

R = 52.66%
G = 24.47%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#632E2B (or 0x632E2B) is known color: Kenyan Copper. HEX triplet: 63, 2E and 2B. RGB value is (99,46,43). Sum of RGB (Red+Green+Blue) = 99+46+43=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E2B is #9CD1D4. Grayscale: #3D3D3D. Windows color (decimal): -10277333 or 2829923. OLE color: 2829923.

HSL color Cylindrical-coordinate representation of color #632E2B: hue angle of 3.21º 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 #632E2B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 46 43 -
CMYK 0 0.54 0.57 0.61
HSL 3.21º 0.39% 0.28% -
HSV(B) 3.21º 0.57% 0.39% -
XYZ 6.56 4.78 2.86 -
YUV 61.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 99 46 43 0 0.54 0.57 0.61 3.21 0.39 0.28
Hex 63 2E 2B 0 36 39 3D 3 27 1C
Octal 143 56 53 0 66 71 75 3 47 34
Binary 1100011 101110 101011 0 110110 111001 111101 11 100111 11100

Color Harmonies of #632E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E2B

Black with #632E2B

Text Example


Text Example

White with #632E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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