Html Css Color HEX #6B172B Pohutukawa

📋 copy color: '#6B172B'

red 107 ◦ green 23 ◦ blue 43

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

Shades of Pohutukawa #6B172B

Tints of Pohutukawa #6B172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 61.85%
G = 13.29%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B172B (or 0x6B172B) is known color: Pohutukawa. HEX triplet: 6B, 17 and 2B. RGB value is (107,23,43). Sum of RGB (Red+Green+Blue) = 107+23+43=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B172B is #94E8D4. Grayscale: #323232. Windows color (decimal): -9758933 or 2824043. OLE color: 2824043.

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

Color convert

RGB 107 23 43 -
CMYK 0 0.79 0.60 0.58
HSL 345.71º 0.65% 0.25% -
HSV(B) 345.71º 0.79% 0.42% -
XYZ 6.81 3.91 2.68 -
YUV 50.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 107 23 43 0 0.79 0.60 0.58 345.71 0.65 0.25
Hex 6B 17 2B 0 4F 3C 3A 15A 41 19
Octal 153 27 53 0 117 74 72 532 101 31
Binary 1101011 10111 101011 0 1001111 111100 111010 101011010 1000001 11001

Color Harmonies of #6B172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B172B

Black with #6B172B

Text Example


Text Example

White with #6B172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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