Html Css Color HEX #752606 Baker's Chocolate

📋 copy color: '#752606'

red 117 ◦ green 38 ◦ blue 6

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

Shades of Baker's Chocolate #752606

Tints of Baker's Chocolate #752606

RGB

 RED value IS 117 (46.09% from 255) = 72.67%

 GREEN value IS 38 (15.23% from 255) = 23.6%

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 72.67%
G = 23.6%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752606 (or 0x752606) is known color: Baker's Chocolate. HEX triplet: 75, 26 and 06. RGB value is (117,38,6). Sum of RGB (Red+Green+Blue) = 117+38+6=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752606 is #8AD9F9. Grayscale: #3A3A3A. Windows color (decimal): -9099770 or 403061. OLE color: 403061.

HSL color Cylindrical-coordinate representation of color #752606: hue angle of 17.3º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #752606 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 6 -
CMYK 0 0.68 0.95 0.54
HSL 17.3º 0.9% 0.24% -
HSV(B) 17.3º 0.95% 0.46% -
XYZ 8.06 5.18 0.75 -
YUV 57.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 117 38 6 0 0.68 0.95 0.54 17.3 0.9 0.24
Hex 75 26 6 0 44 5F 36 11 5A 18
Octal 165 46 6 0 104 137 66 21 132 30
Binary 1110101 100110 110 0 1000100 1011111 110110 10001 1011010 11000

Color Harmonies of #752606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752606

Black with #752606

Text Example


Text Example

White with #752606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752606; }

 p { color: rgb(117,38,6); }

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

background-color css

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

 a { background-color: rgb(117,38,6); }

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

border-color css

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

 span { border-color: rgb(117,38,6); }

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