Html Css Color HEX #67061E Pohutukawa

📋 copy color: '#67061E'

red 103 ◦ green 6 ◦ blue 30

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

Shades of Pohutukawa #67061E

Tints of Pohutukawa #67061E

RGB

 RED value IS 103 (40.63% from 255) = 74.1%

 GREEN value IS 6 (2.73% from 255) = 4.32%

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

R = 74.1%
G = 4.32%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#67061E (or 0x67061E) is known color: Pohutukawa. HEX triplet: 67, 06 and 1E. RGB value is (103,6,30). Sum of RGB (Red+Green+Blue) = 103+6+30=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67061E is #98F9E1. Grayscale: #252525. Windows color (decimal): -10025442 or 1967719. OLE color: 1967719.

HSL color Cylindrical-coordinate representation of color #67061E: hue angle of 345.15º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67061E is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 6 30 -
CMYK 0 0.94 0.71 0.60
HSL 345.15º 0.89% 0.21% -
HSV(B) 345.15º 0.94% 0.4% -
XYZ 5.89 3.11 1.52 -
YUV 37.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 103 6 30 0 0.94 0.71 0.60 345.15 0.89 0.21
Hex 67 6 1E 0 5E 47 3C 159 59 15
Octal 147 6 36 0 136 107 74 531 131 25
Binary 1100111 110 11110 0 1011110 1000111 111100 101011001 1011001 10101

Color Harmonies of #67061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67061E

Black with #67061E

Text Example


Text Example

White with #67061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67061E; }

 p { color: rgb(103,6,30); }

 H1.HeaderClassName
 {
   color: #67061E;
 }
 .AnyTagClassName
 {
   color: #67061E;
 }
</style>

background-color css

<style>
 a { background-color: #67061E; }

 a { background-color: rgb(103,6,30); }

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

border-color css

<style>
 span { border-color: #67061E; }

 span { border-color: rgb(103,6,30); }

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