Html Css Color HEX #65350A Baker's Chocolate

📋 copy color: '#65350A'

red 101 ◦ green 53 ◦ blue 10

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

Shades of Baker's Chocolate #65350A

Tints of Baker's Chocolate #65350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.1%

R = 61.59%
G = 32.32%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#65350A (or 0x65350A) is known color: Baker's Chocolate. HEX triplet: 65, 35 and 0A. RGB value is (101,53,10). Sum of RGB (Red+Green+Blue) = 101+53+10=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65350A is #9ACAF5. Grayscale: #3E3E3E. Windows color (decimal): -10144502 or 669029. OLE color: 669029.

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

Color convert

RGB 101 53 10 -
CMYK 0 0.48 0.90 0.60
HSL 28.35º 0.82% 0.22% -
HSV(B) 28.35º 0.9% 0.4% -
XYZ 6.69 5.33 0.96 -
YUV 62.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 101 53 10 0 0.48 0.90 0.60 28.35 0.82 0.22
Hex 65 35 A 0 30 5A 3C 1C 52 16
Octal 145 65 12 0 60 132 74 34 122 26
Binary 1100101 110101 1010 0 110000 1011010 111100 11100 1010010 10110

Color Harmonies of #65350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65350A

Black with #65350A

Text Example


Text Example

White with #65350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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