Html Css Color HEX #65320E Baker's Chocolate

📋 copy color: '#65320E'

red 101 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #65320E

Tints of Baker's Chocolate #65320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 61.21%
G = 30.3%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65320E (or 0x65320E) is known color: Baker's Chocolate. HEX triplet: 65, 32 and 0E. RGB value is (101,50,14). Sum of RGB (Red+Green+Blue) = 101+50+14=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #65320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65320E is #9ACDF1. Grayscale: #3D3D3D. Windows color (decimal): -10145266 or 930405. OLE color: 930405.

HSL color Cylindrical-coordinate representation of color #65320E: hue angle of 24.83º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65320E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 50 14 -
CMYK 0 0.50 0.86 0.60
HSL 24.83º 0.76% 0.23% -
HSV(B) 24.83º 0.86% 0.4% -
XYZ 6.59 5.08 1.05 -
YUV 61.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 101 50 14 0 0.50 0.86 0.60 24.83 0.76 0.23
Hex 65 32 E 0 32 56 3C 19 4C 17
Octal 145 62 16 0 62 126 74 31 114 27
Binary 1100101 110010 1110 0 110010 1010110 111100 11001 1001100 10111

Color Harmonies of #65320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65320E

Black with #65320E

Text Example


Text Example

White with #65320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,50,14); }

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

background-color css

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

 a { background-color: rgb(101,50,14); }

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

border-color css

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

 span { border-color: rgb(101,50,14); }

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