Html Css Color HEX #6B1C2B Pohutukawa

📋 copy color: '#6B1C2B'

red 107 ◦ green 28 ◦ blue 43

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

Shades of Pohutukawa #6B1C2B

Tints of Pohutukawa #6B1C2B

RGB

 RED value IS 107 (42.19% from 255) = 60.11%

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 60.11%
G = 15.73%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B1C2B (or 0x6B1C2B) is known color: Pohutukawa. HEX triplet: 6B, 1C and 2B. RGB value is (107,28,43). Sum of RGB (Red+Green+Blue) = 107+28+43=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C2B is #94E3D4. Grayscale: #353535. Windows color (decimal): -9757653 or 2825323. OLE color: 2825323.

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

Color convert

RGB 107 28 43 -
CMYK 0 0.74 0.60 0.58
HSL 348.61º 0.59% 0.26% -
HSV(B) 348.61º 0.74% 0.42% -
XYZ 6.91 4.13 2.72 -
YUV 53.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 107 28 43 0 0.74 0.60 0.58 348.61 0.59 0.26
Hex 6B 1C 2B 0 4A 3C 3A 15D 3B 1A
Octal 153 34 53 0 112 74 72 535 73 32
Binary 1101011 11100 101011 0 1001010 111100 111010 101011101 111011 11010

Color Harmonies of #6B1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1C2B

Black with #6B1C2B

Text Example


Text Example

White with #6B1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,28,43); }

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

background-color css

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

 a { background-color: rgb(107,28,43); }

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

border-color css

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

 span { border-color: rgb(107,28,43); }

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