Html Css Color HEX #663630 Kenyan Copper

📋 copy color: '#663630'

red 102 ◦ green 54 ◦ blue 48

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

Shades of Kenyan Copper #663630

Tints of Kenyan Copper #663630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 50%
G = 26.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#663630 (or 0x663630) is known color: Kenyan Copper. HEX triplet: 66, 36 and 30. RGB value is (102,54,48). Sum of RGB (Red+Green+Blue) = 102+54+48=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663630 is #99C9CF. Grayscale: #434343. Windows color (decimal): -10078672 or 3159654. OLE color: 3159654.

HSL color Cylindrical-coordinate representation of color #663630: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663630 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 48 -
CMYK 0 0.47 0.53 0.6
HSL 6.67º 0.36% 0.29% -
HSV(B) 6.67º 0.53% 0.4% -
XYZ 7.33 5.68 3.51 -
YUV 67.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 102 54 48 0 0.47 0.53 0.6 6.67 0.36 0.29
Hex 66 36 30 0 2F 35 3C 7 24 1D
Octal 146 66 60 0 57 65 74 7 44 35
Binary 1100110 110110 110000 0 101111 110101 111100 111 100100 11101

Color Harmonies of #663630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663630

Black with #663630

Text Example


Text Example

White with #663630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663630; }

 p { color: rgb(102,54,48); }

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

background-color css

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

 a { background-color: rgb(102,54,48); }

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

border-color css

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

 span { border-color: rgb(102,54,48); }

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