Html Css Color HEX #652500 Baker's Chocolate

📋 copy color: '#652500'

red 101 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #652500

Tints of Baker's Chocolate #652500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.19%
G = 26.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#652500 (or 0x652500) is known color: Baker's Chocolate. HEX triplet: 65, 25 and 00. RGB value is (101,37,0). Sum of RGB (Red+Green+Blue) = 101+37+0=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #652500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652500 is #9ADAFF. Grayscale: #343434. Windows color (decimal): -10148608 or 9573. OLE color: 9573.

HSL color Cylindrical-coordinate representation of color #652500: hue angle of 21.98º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #652500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 37 0 -
CMYK 0 0.63 1 0.60
HSL 21.98º 1% 0.2% -
HSV(B) 21.98º 1% 0.4% -
XYZ 6.03 4.09 0.47 -
YUV 51.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 101 37 0 0 0.63 1 0.60 21.98 1 0.2
Hex 65 25 0 0 3F 64 3C 16 64 14
Octal 145 45 0 0 77 144 74 26 144 24
Binary 1100101 100101 0 0 111111 1100100 111100 10110 1100100 10100

Color Harmonies of #652500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652500

Black with #652500

Text Example


Text Example

White with #652500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652500; }

 p { color: rgb(101,37,0); }

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

background-color css

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

 a { background-color: rgb(101,37,0); }

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

border-color css

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

 span { border-color: rgb(101,37,0); }

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