Html Css Color HEX #6B182B Pohutukawa

📋 copy color: '#6B182B'

red 107 ◦ green 24 ◦ blue 43

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

Shades of Pohutukawa #6B182B

Tints of Pohutukawa #6B182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

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

R = 61.49%
G = 13.79%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B182B (or 0x6B182B) is known color: Pohutukawa. HEX triplet: 6B, 18 and 2B. RGB value is (107,24,43). Sum of RGB (Red+Green+Blue) = 107+24+43=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B182B is #94E7D4. Grayscale: #323232. Windows color (decimal): -9758677 or 2824299. OLE color: 2824299.

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

Color convert

RGB 107 24 43 -
CMYK 0 0.78 0.60 0.58
HSL 346.27º 0.63% 0.26% -
HSV(B) 346.27º 0.78% 0.42% -
XYZ 6.83 3.95 2.69 -
YUV 50.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 107 24 43 0 0.78 0.60 0.58 346.27 0.63 0.26
Hex 6B 18 2B 0 4E 3C 3A 15A 3F 1A
Octal 153 30 53 0 116 74 72 532 77 32
Binary 1101011 11000 101011 0 1001110 111100 111010 101011010 111111 11010

Color Harmonies of #6B182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B182B

Black with #6B182B

Text Example


Text Example

White with #6B182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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