Html Css Color HEX #C67E2D Geebung

📋 copy color: '#C67E2D'

red 198 ◦ green 126 ◦ blue 45

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

Shades of Geebung #C67E2D

Tints of Geebung #C67E2D

RGB

 RED value IS 198 (77.73% from 255) = 53.66%

 GREEN value IS 126 (49.61% from 255) = 34.15%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 53.66%
G = 34.15%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C67E2D (or 0xC67E2D) is known color: Geebung. HEX triplet: C6, 7E and 2D. RGB value is (198,126,45). Sum of RGB (Red+Green+Blue) = 198+126+45=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E2D is #3981D2. Grayscale: #8A8A8A. Windows color (decimal): -3768787 or 2981574. OLE color: 2981574.

HSL color Cylindrical-coordinate representation of color #C67E2D: hue angle of 31.76º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C67E2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 45 -
CMYK 0 0.36 0.77 0.22
HSL 31.76º 0.63% 0.48% -
HSV(B) 31.76º 0.77% 0.78% -
XYZ 31.22 27.12 6.07 -
YUV 138.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 198 126 45 0 0.36 0.77 0.22 31.76 0.63 0.48
Hex C6 7E 2D 0 24 4D 16 20 3F 30
Octal 306 176 55 0 44 115 26 40 77 60
Binary 11000110 1111110 101101 0 100100 1001101 10110 100000 111111 110000

Color Harmonies of #C67E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E2D

Black with #C67E2D

Text Example


Text Example

White with #C67E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E2D; }

 p { color: rgb(198,126,45); }

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

background-color css

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

 a { background-color: rgb(198,126,45); }

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

border-color css

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

 span { border-color: rgb(198,126,45); }

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