Html Css Color HEX #65312D Kenyan Copper

📋 copy color: '#65312D'

red 101 ◦ green 49 ◦ blue 45

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

Shades of Kenyan Copper #65312D

Tints of Kenyan Copper #65312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 51.79%
G = 25.13%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#65312D (or 0x65312D) is known color: Kenyan Copper. HEX triplet: 65, 31 and 2D. RGB value is (101,49,45). Sum of RGB (Red+Green+Blue) = 101+49+45=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65312D is #9ACED2. Grayscale: #404040. Windows color (decimal): -10145491 or 2961765. OLE color: 2961765.

HSL color Cylindrical-coordinate representation of color #65312D: hue angle of 4.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65312D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 49 45 -
CMYK 0 0.51 0.55 0.60
HSL 4.29º 0.38% 0.29% -
HSV(B) 4.29º 0.55% 0.4% -
XYZ 6.94 5.15 3.11 -
YUV 64.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 101 49 45 0 0.51 0.55 0.60 4.29 0.38 0.29
Hex 65 31 2D 0 33 37 3C 4 26 1D
Octal 145 61 55 0 63 67 74 4 46 35
Binary 1100101 110001 101101 0 110011 110111 111100 100 100110 11101

Color Harmonies of #65312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65312D

Black with #65312D

Text Example


Text Example

White with #65312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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