Html Css Color HEX #65332E Kenyan Copper

📋 copy color: '#65332E'

red 101 ◦ green 51 ◦ blue 46

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

Shades of Kenyan Copper #65332E

Tints of Kenyan Copper #65332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 51.01%
G = 25.76%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#65332E (or 0x65332E) is known color: Kenyan Copper. HEX triplet: 65, 33 and 2E. RGB value is (101,51,46). Sum of RGB (Red+Green+Blue) = 101+51+46=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65332E is #9ACCD1. Grayscale: #414141. Windows color (decimal): -10144978 or 3027813. OLE color: 3027813.

HSL color Cylindrical-coordinate representation of color #65332E: hue angle of 5.45º 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 #65332E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 51 46 -
CMYK 0 0.50 0.54 0.60
HSL 5.45º 0.37% 0.29% -
HSV(B) 5.45º 0.54% 0.4% -
XYZ 7.04 5.33 3.24 -
YUV 65.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 101 51 46 0 0.50 0.54 0.60 5.45 0.37 0.29
Hex 65 33 2E 0 32 36 3C 5 25 1D
Octal 145 63 56 0 62 66 74 5 45 35
Binary 1100101 110011 101110 0 110010 110110 111100 101 100101 11101

Color Harmonies of #65332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65332E

Black with #65332E

Text Example


Text Example

White with #65332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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