Html Css Color HEX #67350A Baker's Chocolate

📋 copy color: '#67350A'

red 103 ◦ green 53 ◦ blue 10

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

Shades of Baker's Chocolate #67350A

Tints of Baker's Chocolate #67350A

RGB

 RED value IS 103 (40.63% from 255) = 62.05%

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 62.05%
G = 31.93%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#67350A (or 0x67350A) is known color: Baker's Chocolate. HEX triplet: 67, 35 and 0A. RGB value is (103,53,10). Sum of RGB (Red+Green+Blue) = 103+53+10=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67350A is #98CAF5. Grayscale: #3F3F3F. Windows color (decimal): -10013430 or 669031. OLE color: 669031.

HSL color Cylindrical-coordinate representation of color #67350A: hue angle of 27.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67350A is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 10 -
CMYK 0 0.49 0.90 0.60
HSL 27.74º 0.82% 0.22% -
HSV(B) 27.74º 0.9% 0.4% -
XYZ 6.92 5.45 0.97 -
YUV 63.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 103 53 10 0 0.49 0.90 0.60 27.74 0.82 0.22
Hex 67 35 A 0 31 5A 3C 1C 52 16
Octal 147 65 12 0 61 132 74 34 122 26
Binary 1100111 110101 1010 0 110001 1011010 111100 11100 1010010 10110

Color Harmonies of #67350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67350A

Black with #67350A

Text Example


Text Example

White with #67350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67350A; }

 p { color: rgb(103,53,10); }

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

background-color css

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

 a { background-color: rgb(103,53,10); }

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

border-color css

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

 span { border-color: rgb(103,53,10); }

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