Html Css Color HEX #603D0D Baker's Chocolate

📋 copy color: '#603D0D'

red 96 ◦ green 61 ◦ blue 13

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

Shades of Baker's Chocolate #603D0D

Tints of Baker's Chocolate #603D0D

RGB

 RED value IS 96 (37.89% from 255) = 56.47%

 GREEN value IS 61 (24.22% from 255) = 35.88%

 BLUE value IS 13 (5.47% from 255) = 7.65%

R = 56.47%
G = 35.88%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#603D0D (or 0x603D0D) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 0D. RGB value is (96,61,13). Sum of RGB (Red+Green+Blue) = 96+61+13=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #603D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D0D is #9FC2F2. Grayscale: #424242. Windows color (decimal): -10470131 or 867680. OLE color: 867680.

HSL color Cylindrical-coordinate representation of color #603D0D: hue angle of 34.7º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #603D0D is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 13 -
CMYK 0 0.36 0.86 0.62
HSL 34.7º 0.76% 0.21% -
HSV(B) 34.7º 0.86% 0.38% -
XYZ 6.57 5.85 1.16 -
YUV 65.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 96 61 13 0 0.36 0.86 0.62 34.7 0.76 0.21
Hex 60 3D D 0 24 56 3E 23 4C 15
Octal 140 75 15 0 44 126 76 43 114 25
Binary 1100000 111101 1101 0 100100 1010110 111110 100011 1001100 10101

Color Harmonies of #603D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D0D

Black with #603D0D

Text Example


Text Example

White with #603D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D0D; }

 p { color: rgb(96,61,13); }

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

background-color css

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

 a { background-color: rgb(96,61,13); }

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

border-color css

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

 span { border-color: rgb(96,61,13); }

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