Html Css Color HEX #65350D Baker's Chocolate

📋 copy color: '#65350D'

red 101 ◦ green 53 ◦ blue 13

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

Shades of Baker's Chocolate #65350D

Tints of Baker's Chocolate #65350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.78%

R = 60.48%
G = 31.74%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#65350D (or 0x65350D) is known color: Baker's Chocolate. HEX triplet: 65, 35 and 0D. RGB value is (101,53,13). Sum of RGB (Red+Green+Blue) = 101+53+13=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65350D is #9ACAF2. Grayscale: #3E3E3E. Windows color (decimal): -10144499 or 865637. OLE color: 865637.

HSL color Cylindrical-coordinate representation of color #65350D: hue angle of 27.27º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65350D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 13 -
CMYK 0 0.48 0.87 0.60
HSL 27.27º 0.77% 0.22% -
HSV(B) 27.27º 0.87% 0.4% -
XYZ 6.71 5.34 1.06 -
YUV 62.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 101 53 13 0 0.48 0.87 0.60 27.27 0.77 0.22
Hex 65 35 D 0 30 57 3C 1B 4D 16
Octal 145 65 15 0 60 127 74 33 115 26
Binary 1100101 110101 1101 0 110000 1010111 111100 11011 1001101 10110

Color Harmonies of #65350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65350D

Black with #65350D

Text Example


Text Example

White with #65350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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