Html Css Color HEX #6C1B1E Red Berry

📋 copy color: '#6C1B1E'

red 108 ◦ green 27 ◦ blue 30

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

Shades of Red Berry #6C1B1E

Tints of Red Berry #6C1B1E

RGB

 RED value IS 108 (42.58% from 255) = 65.45%

 GREEN value IS 27 (10.94% from 255) = 16.36%

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 65.45%
G = 16.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6C1B1E (or 0x6C1B1E) is known color: Red Berry. HEX triplet: 6C, 1B and 1E. RGB value is (108,27,30). Sum of RGB (Red+Green+Blue) = 108+27+30=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B1E is #93E4E1. Grayscale: #333333. Windows color (decimal): -9692386 or 1973100. OLE color: 1973100.

HSL color Cylindrical-coordinate representation of color #6C1B1E: hue angle of 357.78º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B1E is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 27 30 -
CMYK 0 0.75 0.72 0.58
HSL 357.78º 0.6% 0.26% -
HSV(B) 357.78º 0.75% 0.42% -
XYZ 6.81 4.07 1.65 -
YUV 51.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 108 27 30 0 0.75 0.72 0.58 357.78 0.6 0.26
Hex 6C 1B 1E 0 4B 48 3A 166 3C 1A
Octal 154 33 36 0 113 110 72 546 74 32
Binary 1101100 11011 11110 0 1001011 1001000 111010 101100110 111100 11010

Color Harmonies of #6C1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1B1E

Black with #6C1B1E

Text Example


Text Example

White with #6C1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,27,30); }

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

background-color css

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

 a { background-color: rgb(108,27,30); }

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

border-color css

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

 span { border-color: rgb(108,27,30); }

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