Html Css Color HEX #6F3002 Baker's Chocolate

📋 copy color: '#6F3002'

red 111 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #6F3002

Tints of Baker's Chocolate #6F3002

RGB

 RED value IS 111 (43.75% from 255) = 68.94%

 GREEN value IS 48 (19.14% from 255) = 29.81%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 68.94%
G = 29.81%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F3002 (or 0x6F3002) is known color: Baker's Chocolate. HEX triplet: 6F, 30 and 02. RGB value is (111,48,2). Sum of RGB (Red+Green+Blue) = 111+48+2=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3002 is #90CFFD. Grayscale: #3D3D3D. Windows color (decimal): -9490430 or 143471. OLE color: 143471.

HSL color Cylindrical-coordinate representation of color #6F3002: hue angle of 25.32º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F3002 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 2 -
CMYK 0 0.57 0.98 0.56
HSL 25.32º 0.96% 0.22% -
HSV(B) 25.32º 0.98% 0.44% -
XYZ 7.62 5.5 0.72 -
YUV 61.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 111 48 2 0 0.57 0.98 0.56 25.32 0.96 0.22
Hex 6F 30 2 0 39 62 38 19 60 16
Octal 157 60 2 0 71 142 70 31 140 26
Binary 1101111 110000 10 0 111001 1100010 111000 11001 1100000 10110

Color Harmonies of #6F3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3002

Black with #6F3002

Text Example


Text Example

White with #6F3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F3002; }

 p { color: rgb(111,48,2); }

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

background-color css

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

 a { background-color: rgb(111,48,2); }

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

border-color css

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

 span { border-color: rgb(111,48,2); }

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