Html Css Color HEX #65371B Baker's Chocolate

📋 copy color: '#65371B'

red 101 ◦ green 55 ◦ blue 27

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

Shades of Baker's Chocolate #65371B

Tints of Baker's Chocolate #65371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 55.19%
G = 30.05%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65371B (or 0x65371B) is known color: Baker's Chocolate. HEX triplet: 65, 37 and 1B. RGB value is (101,55,27). Sum of RGB (Red+Green+Blue) = 101+55+27=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65371B is #9AC8E4. Grayscale: #414141. Windows color (decimal): -10143973 or 1783653. OLE color: 1783653.

HSL color Cylindrical-coordinate representation of color #65371B: hue angle of 22.7º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65371B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 55 27 -
CMYK 0 0.46 0.73 0.60
HSL 22.7º 0.58% 0.25% -
HSV(B) 22.7º 0.73% 0.4% -
XYZ 6.93 5.58 1.75 -
YUV 65.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 101 55 27 0 0.46 0.73 0.60 22.7 0.58 0.25
Hex 65 37 1B 0 2E 49 3C 17 3A 19
Octal 145 67 33 0 56 111 74 27 72 31
Binary 1100101 110111 11011 0 101110 1001001 111100 10111 111010 11001

Color Harmonies of #65371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65371B

Black with #65371B

Text Example


Text Example

White with #65371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65371B; }

 p { color: rgb(101,55,27); }

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

background-color css

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

 a { background-color: rgb(101,55,27); }

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

border-color css

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

 span { border-color: rgb(101,55,27); }

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