Html Css Color HEX #653509 Baker's Chocolate

📋 copy color: '#653509'

red 101 ◦ green 53 ◦ blue 9

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

Shades of Baker's Chocolate #653509

Tints of Baker's Chocolate #653509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 61.96%
G = 32.52%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#653509 (or 0x653509) is known color: Baker's Chocolate. HEX triplet: 65, 35 and 09. RGB value is (101,53,9). Sum of RGB (Red+Green+Blue) = 101+53+9=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #653509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653509 is #9ACAF6. Grayscale: #3E3E3E. Windows color (decimal): -10144503 or 603493. OLE color: 603493.

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

Color convert

RGB 101 53 9 -
CMYK 0 0.48 0.91 0.60
HSL 28.7º 0.84% 0.22% -
HSV(B) 28.7º 0.91% 0.4% -
XYZ 6.69 5.33 0.94 -
YUV 62.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 101 53 9 0 0.48 0.91 0.60 28.7 0.84 0.22
Hex 65 35 9 0 30 5B 3C 1D 54 16
Octal 145 65 11 0 60 133 74 35 124 26
Binary 1100101 110101 1001 0 110000 1011011 111100 11101 1010100 10110

Color Harmonies of #653509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653509

Black with #653509

Text Example


Text Example

White with #653509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653509; }

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

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

background-color css

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

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

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

border-color css

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

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

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