Html Css Color HEX #603314 Baker's Chocolate

📋 copy color: '#603314'

red 96 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #603314

Tints of Baker's Chocolate #603314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 57.49%
G = 30.54%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#603314 (or 0x603314) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 14. RGB value is (96,51,20). Sum of RGB (Red+Green+Blue) = 96+51+20=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603314 is #9FCCEB. Grayscale: #3D3D3D. Windows color (decimal): -10472684 or 1323872. OLE color: 1323872.

HSL color Cylindrical-coordinate representation of color #603314: hue angle of 24.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #603314 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 20 -
CMYK 0 0.47 0.79 0.62
HSL 24.47º 0.66% 0.23% -
HSV(B) 24.47º 0.79% 0.38% -
XYZ 6.13 4.9 1.29 -
YUV 60.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 96 51 20 0 0.47 0.79 0.62 24.47 0.66 0.23
Hex 60 33 14 0 2F 4F 3E 18 42 17
Octal 140 63 24 0 57 117 76 30 102 27
Binary 1100000 110011 10100 0 101111 1001111 111110 11000 1000010 10111

Color Harmonies of #603314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603314

Black with #603314

Text Example


Text Example

White with #603314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603314; }

 p { color: rgb(96,51,20); }

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

background-color css

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

 a { background-color: rgb(96,51,20); }

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

border-color css

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

 span { border-color: rgb(96,51,20); }

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