Html Css Color HEX #65302B Kenyan Copper

📋 copy color: '#65302B'

red 101 ◦ green 48 ◦ blue 43

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

Shades of Kenyan Copper #65302B

Tints of Kenyan Copper #65302B

RGB

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

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

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

R = 52.6%
G = 25%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65302B (or 0x65302B) is known color: Kenyan Copper. HEX triplet: 65, 30 and 2B. RGB value is (101,48,43). Sum of RGB (Red+Green+Blue) = 101+48+43=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65302B is #9ACFD4. Grayscale: #3F3F3F. Windows color (decimal): -10145749 or 2830437. OLE color: 2830437.

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

Color convert

RGB 101 48 43 -
CMYK 0 0.52 0.57 0.60
HSL 5.17º 0.4% 0.28% -
HSV(B) 5.17º 0.57% 0.4% -
XYZ 6.86 5.06 2.9 -
YUV 63.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 101 48 43 0 0.52 0.57 0.60 5.17 0.4 0.28
Hex 65 30 2B 0 34 39 3C 5 28 1C
Octal 145 60 53 0 64 71 74 5 50 34
Binary 1100101 110000 101011 0 110100 111001 111100 101 101000 11100

Color Harmonies of #65302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65302B

Black with #65302B

Text Example


Text Example

White with #65302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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