Html Css Color HEX #65352E Kenyan Copper

📋 copy color: '#65352E'

red 101 ◦ green 53 ◦ blue 46

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

Shades of Kenyan Copper #65352E

Tints of Kenyan Copper #65352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 46 (18.36% from 255) = 23%

R = 50.5%
G = 26.5%
B = 23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#65352E (or 0x65352E) is known color: Kenyan Copper. HEX triplet: 65, 35 and 2E. RGB value is (101,53,46). Sum of RGB (Red+Green+Blue) = 101+53+46=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65352E is #9ACAD1. Grayscale: #424242. Windows color (decimal): -10144466 or 3028325. OLE color: 3028325.

HSL color Cylindrical-coordinate representation of color #65352E: hue angle of 7.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65352E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 46 -
CMYK 0 0.48 0.54 0.60
HSL 7.64º 0.37% 0.29% -
HSV(B) 7.64º 0.54% 0.4% -
XYZ 7.13 5.51 3.27 -
YUV 66.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 101 53 46 0 0.48 0.54 0.60 7.64 0.37 0.29
Hex 65 35 2E 0 30 36 3C 8 25 1D
Octal 145 65 56 0 60 66 74 10 45 35
Binary 1100101 110101 101110 0 110000 110110 111100 1000 100101 11101

Color Harmonies of #65352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65352E

Black with #65352E

Text Example


Text Example

White with #65352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65352E; }

 p { color: rgb(101,53,46); }

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

background-color css

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

 a { background-color: rgb(101,53,46); }

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

border-color css

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

 span { border-color: rgb(101,53,46); }

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