Html Css Color HEX #652D28 Kenyan Copper

📋 copy color: '#652D28'

red 101 ◦ green 45 ◦ blue 40

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

Shades of Kenyan Copper #652D28

Tints of Kenyan Copper #652D28

RGB

 RED value IS 101 (39.84% from 255) = 54.3%

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 54.3%
G = 24.19%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#652D28 (or 0x652D28) is known color: Kenyan Copper. HEX triplet: 65, 2D and 28. RGB value is (101,45,40). Sum of RGB (Red+Green+Blue) = 101+45+40=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #652D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D28 is #9AD2D7. Grayscale: #3D3D3D. Windows color (decimal): -10146520 or 2633061. OLE color: 2633061.

HSL color Cylindrical-coordinate representation of color #652D28: hue angle of 4.92º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652D28 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 45 40 -
CMYK 0 0.55 0.60 0.60
HSL 4.92º 0.43% 0.28% -
HSV(B) 4.92º 0.6% 0.4% -
XYZ 6.69 4.8 2.58 -
YUV 61.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 101 45 40 0 0.55 0.60 0.60 4.92 0.43 0.28
Hex 65 2D 28 0 37 3C 3C 5 2B 1C
Octal 145 55 50 0 67 74 74 5 53 34
Binary 1100101 101101 101000 0 110111 111100 111100 101 101011 11100

Color Harmonies of #652D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652D28

Black with #652D28

Text Example


Text Example

White with #652D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652D28; }

 p { color: rgb(101,45,40); }

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

background-color css

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

 a { background-color: rgb(101,45,40); }

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

border-color css

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

 span { border-color: rgb(101,45,40); }

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